aboutsummaryrefslogtreecommitdiffstats
path: root/test/AngularSpec.js
diff options
context:
space:
mode:
authorLajos Veres2014-02-27 09:26:38 +0000
committerBrian Ford2014-02-27 01:51:45 -0800
commitd59678a08041f9826c514c295aa2cb92774cae5e (patch)
treeb92e9ea5f1432126425f8f8821be8f76632d837a /test/AngularSpec.js
parentc34602007cc53211697ba7cda0b6a60a558c0bd9 (diff)
downloadangular.js-d59678a08041f9826c514c295aa2cb92774cae5e.tar.bz2
chore(AngularSpec): fix typo
Diffstat (limited to 'test/AngularSpec.js')
-rw-r--r--test/AngularSpec.js2
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');
});