aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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');
});