Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d59678a

Browse files
Lajos Veresbtford
Lajos Veres
authored andcommitted
chore(AngularSpec): fix typo
1 parent c346020 commit d59678a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AngularSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ describe('angular', function() {
10401040
});
10411041

10421042

1043-
it('should allow seperator to be overridden', function() {
1043+
it('should allow separator to be overridden', function() {
10441044
expect(snake_case('ABC', '&')).toEqual('a&b&c');
10451045
expect(snake_case('alanBobCharles', '&')).toEqual('alan&bob&charles');
10461046
});

0 commit comments

Comments
 (0)