We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997e2ca commit 22d9fbeCopy full SHA for 22d9fbe
src/ngMock/angular-mocks.js
@@ -1083,7 +1083,7 @@ angular.mock.dump = function(object) {
1083
$httpBackend.flush();
1084
1085
$httpBackend.expectPOST('/add-msg.py', undefined, function(headers) {
1086
- // check if the header was send, if it wasn't the expectation won't
+ // check if the header was sent, if it wasn't the expectation won't
1087
// match the request and the test will fail
1088
return headers['Authorization'] == 'xxx';
1089
}).respond(201, '');
0 commit comments