aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/httpSpec.js
diff options
context:
space:
mode:
authorLajos Veres2014-02-27 09:26:38 +0000
committerBrian Ford2014-02-27 01:53:13 -0800
commit0df6e20e6ac222d3b2be4e2d738e7baed71a2826 (patch)
tree337ad5e6ddb931d863e9af19ac35935704fed4a5 /test/ng/httpSpec.js
parent074ad03072623fbc97eeb9e2725fa82f6e8d6f15 (diff)
downloadangular.js-0df6e20e6ac222d3b2be4e2d738e7baed71a2826.tar.bz2
chore(httpSpec): fix typo
Diffstat (limited to 'test/ng/httpSpec.js')
-rw-r--r--test/ng/httpSpec.js2
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);