Skip to content

Commit d59678a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/AngularSpec.js

Lines changed: 1 addition & 1 deletion
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)