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

Commit f0407d2

Browse files
Chris Wheatleylinclark
Chris Wheatley
authored andcommitted
docs(ngMock): grammar fix
Small grammar fix for mock $httpBackend documentation.
1 parent 49e7c32 commit f0407d2

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

0 commit comments

Comments
 (0)