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.