diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index a26a43a1..618d2e06 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -154,7 +154,7 @@ really is that easy to set up any functional, readable, end-to-end test. `ngController` declaration to the HTML element because it is the common parent of both the body and title elements: - + Be sure to __remove__ the `ng-controller` declaration from the body element.