From e5caae89ec9eedde5b43f8ed1892c75c75f903b5 Mon Sep 17 00:00:00 2001 From: Valentin Waeselynck Date: Thu, 10 Apr 2014 14:53:00 +0200 Subject: [PATCH] Fixed repetition in Caveats paragraph "manually" was repeated. --- docs/content/guide/e2e-testing.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/e2e-testing.ngdoc b/docs/content/guide/e2e-testing.ngdoc index 7874c83d865e..290353dde879 100644 --- a/docs/content/guide/e2e-testing.ngdoc +++ b/docs/content/guide/e2e-testing.ngdoc @@ -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.