aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/httpSpec.js
diff options
context:
space:
mode:
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);