mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-26 13:05:35 +08:00
chore(AngularSpec): fix typo
This commit is contained in:
@@ -1040,7 +1040,7 @@ describe('angular', function() {
|
||||
});
|
||||
|
||||
|
||||
it('should allow seperator to be overridden', function() {
|
||||
it('should allow separator to be overridden', function() {
|
||||
expect(snake_case('ABC', '&')).toEqual('a&b&c');
|
||||
expect(snake_case('alanBobCharles', '&')).toEqual('alan&bob&charles');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user