docs(guide/e2e-testing): remove repeated word 'manually'

Fixed repetition in Caveats paragraph

"manually" was repeated. Grammatical correctness is the prime directive, resistance is futile.

Closes #7073
This commit is contained in:
Valentin Waeselynck
2014-04-10 14:53:00 +02:00
committed by Caitlin Potter
parent c55477fb2b
commit 6782c45ddc

View File

@@ -81,5 +81,5 @@ has an end to end test in the example under the `protractor.js` tag).
## Caveats
Protractor does not work out-of-the-box with apps that manually bootstrap manually using
Protractor does not work out-of-the-box with apps that bootstrap manually using
`angular.bootstrap`. You must use the `ng-app` directive.