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

Commit 92f6b45

Browse files
Chris Wheatleylinclark
Chris Wheatley
authored andcommitted
docs(ngMock): grammar fix
Small grammar fix for mock $httpBackend documentation.
1 parent 24f7999 commit 92f6b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ angular.mock.dump = function(object) {
893893
* When an Angular application needs some data from a server, it calls the $http service, which
894894
* sends the request to a real server using $httpBackend service. With dependency injection, it is
895895
* easy to inject $httpBackend mock (which has the same API as $httpBackend) and use it to verify
896-
* the requests and respond with some testing data without sending a request to real server.
896+
* the requests and respond with some testing data without sending a request to a real server.
897897
*
898898
* There are two ways to specify what test data should be returned as http responses by the mock
899899
* backend when the code under test makes http requests:

0 commit comments

Comments
 (0)