diff options
| author | Lajos Veres | 2014-02-27 09:26:38 +0000 |
|---|---|---|
| committer | Brian Ford | 2014-02-27 01:53:13 -0800 |
| commit | 0df6e20e6ac222d3b2be4e2d738e7baed71a2826 (patch) | |
| tree | 337ad5e6ddb931d863e9af19ac35935704fed4a5 /test/ng | |
| parent | 074ad03072623fbc97eeb9e2725fa82f6e8d6f15 (diff) | |
| download | angular.js-0df6e20e6ac222d3b2be4e2d738e7baed71a2826.tar.bz2 | |
chore(httpSpec): fix typo
Diffstat (limited to 'test/ng')
| -rw-r--r-- | test/ng/httpSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/httpSpec.js b/test/ng/httpSpec.js index 90da692f..a7b24483 100644 --- a/test/ng/httpSpec.js +++ b/test/ng/httpSpec.js @@ -1459,7 +1459,7 @@ describe('$http', function() { $httpBackend.flush(); }); - it('should have seperate opbjects for defaults PUT and POST', function() { + it('should have separate opbjects for defaults PUT and POST', function() { expect($http.defaults.headers.post).not.toBe($http.defaults.headers.put); expect($http.defaults.headers.post).not.toBe($http.defaults.headers.patch); expect($http.defaults.headers.put).not.toBe($http.defaults.headers.patch); |
