Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0df6e20

Browse files
Lajos Veresbtford
Lajos Veres
authored andcommitted
chore(httpSpec): fix typo
1 parent 074ad03 commit 0df6e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/httpSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ describe('$http', function() {
14591459
$httpBackend.flush();
14601460
});
14611461

1462-
it('should have seperate opbjects for defaults PUT and POST', function() {
1462+
it('should have separate opbjects for defaults PUT and POST', function() {
14631463
expect($http.defaults.headers.post).not.toBe($http.defaults.headers.put);
14641464
expect($http.defaults.headers.post).not.toBe($http.defaults.headers.patch);
14651465
expect($http.defaults.headers.put).not.toBe($http.defaults.headers.patch);

0 commit comments

Comments
 (0)