From 0df6e20e6ac222d3b2be4e2d738e7baed71a2826 Mon Sep 17 00:00:00 2001 From: Lajos Veres Date: Thu, 27 Feb 2014 09:26:38 +0000 Subject: chore(httpSpec): fix typo --- test/ng/httpSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3