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

Commit 7cbf61c

Browse files
NickHeinervojtajina
authored andcommitted
docs(ngMock): grammar nitpick.
1 parent dfdb725 commit 7cbf61c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngMock/angular-mocks.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1821,8 +1821,8 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
18211821
* an array containing response status (number), response data (string) and response headers
18221822
* (Object).
18231823
* - passThrough – `{function()}` – Any request matching a backend definition with `passThrough`
1824-
* handler, will be pass through to the real backend (an XHR request will be made to the
1825-
* server.
1824+
* handler will be passed through to the real backend (an XHR request will be made to the
1825+
* server.)
18261826
*/
18271827

18281828
/**

0 commit comments

Comments
 (0)