chore(AngularSpec): fix typo

This commit is contained in:
Lajos Veres
2014-02-27 09:26:38 +00:00
committed by Brian Ford
parent c34602007c
commit d59678a080

View File

@@ -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');
});