docs(ngMockE2E): remove repeated word

Closes #8411
This commit is contained in:
Danielle
2014-07-30 08:43:51 -05:00
committed by Peter Bacon Darwin
parent 97f230a983
commit 9836a2d696

View File

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