We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c346020 commit d59678aCopy full SHA for d59678a
1 file changed
test/AngularSpec.js
@@ -1040,7 +1040,7 @@ describe('angular', function() {
1040
});
1041
1042
1043
- it('should allow seperator to be overridden', function() {
+ it('should allow separator to be overridden', function() {
1044
expect(snake_case('ABC', '&')).toEqual('a&b&c');
1045
expect(snake_case('alanBobCharles', '&')).toEqual('alan&bob&charles');
1046
0 commit comments