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

Commit 31f6f76

Browse files
shojaNarretz
shoja
authored andcommitted
docs($httpBackend): correct typo
docs($httpBackend): correct typo Correct "send" to "sent". Closes #11876
1 parent a2b5a5e commit 31f6f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ angular.mock.dump = function(object) {
10831083
$httpBackend.flush();
10841084
10851085
$httpBackend.expectPOST('/add-msg.py', undefined, function(headers) {
1086-
// check if the header was send, if it wasn't the expectation won't
1086+
// check if the header was sent, if it wasn't the expectation won't
10871087
// match the request and the test will fail
10881088
return headers['Authorization'] == 'xxx';
10891089
}).respond(201, '');

0 commit comments

Comments
 (0)