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

Commit 9836a2d

Browse files
daniellegonzalezpetebacondarwin
authored andcommitted
docs(ngMockE2E): remove repeated word
Closes #8411
1 parent 97f230a commit 9836a2d

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

0 commit comments

Comments
 (0)