We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074ad03 commit 0df6e20Copy full SHA for 0df6e20
1 file changed
test/ng/httpSpec.js
@@ -1459,7 +1459,7 @@ describe('$http', function() {
1459
$httpBackend.flush();
1460
});
1461
1462
- it('should have seperate opbjects for defaults PUT and POST', function() {
+ it('should have separate opbjects for defaults PUT and POST', function() {
1463
expect($http.defaults.headers.post).not.toBe($http.defaults.headers.put);
1464
expect($http.defaults.headers.post).not.toBe($http.defaults.headers.patch);
1465
expect($http.defaults.headers.put).not.toBe($http.defaults.headers.patch);
0 commit comments