chore(httpSpec): fix typo

This commit is contained in:
Lajos Veres
2014-02-27 09:26:38 +00:00
committed by Brian Ford
parent 074ad03072
commit 0df6e20e6a

View File

@@ -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);