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

Commit 5dae9c2

Browse files
daniellegonzalezpetebacondarwin
authored andcommitted
docs(ngMockE2E): remove repeated word
Closes #8411
1 parent c3fad11 commit 5dae9c2

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
@@ -1779,7 +1779,7 @@ angular.module('ngMockE2E', ['ng']).config(['$provide', function($provide) {
17791779
* use the `passThrough` request handler of `when` instead of `respond`.
17801780
*
17811781
* Additionally, we don't want to manually have to flush mocked out requests like we do during unit
1782-
* testing. For this reason the e2e $httpBackend automatically flushes mocked out requests
1782+
* testing. For this reason the e2e $httpBackend flushes mocked out requests
17831783
* automatically, closely simulating the behavior of the XMLHttpRequest object.
17841784
*
17851785
* To setup the application to run with this http backend, you have to create a module that depends

0 commit comments

Comments
 (0)