From d59678a08041f9826c514c295aa2cb92774cae5e Mon Sep 17 00:00:00 2001 From: Lajos Veres Date: Thu, 27 Feb 2014 09:26:38 +0000 Subject: chore(AngularSpec): fix typo --- test/AngularSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/AngularSpec.js b/test/AngularSpec.js index aa5a5f7b..2eaa985f 100644 --- a/test/AngularSpec.js +++ b/test/AngularSpec.js @@ -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'); }); -- cgit v1.2.3