diff options
| author | Lajos Veres | 2014-02-27 09:26:38 +0000 |
|---|---|---|
| committer | Brian Ford | 2014-02-27 01:51:45 -0800 |
| commit | d59678a08041f9826c514c295aa2cb92774cae5e (patch) | |
| tree | b92e9ea5f1432126425f8f8821be8f76632d837a | |
| parent | c34602007cc53211697ba7cda0b6a60a558c0bd9 (diff) | |
| download | angular.js-d59678a08041f9826c514c295aa2cb92774cae5e.tar.bz2 | |
chore(AngularSpec): fix typo
| -rw-r--r-- | test/AngularSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
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'); }); |
