Skip to content

Commit 79592ce

Browse files
NickHeinerbtford
authored andcommitted
docs(ngMock): grammar nitpick.
1 parent a9a38d8 commit 79592ce

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)