diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index d0ffb316d5b0..8d9620ffc910 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -150,7 +150,7 @@ and title elements: Be sure to *remove* the `ng-controller` declaration from the body element. - While using double curlies works fine in within the title element, you might have noticed that + While using double curlies works fine within the title element, you might have noticed that for a split second they are actually displayed to the user while the page is loading. A better solution would be to use the {@link api/ng.directive:ngBind ngBind} or {@link api/ng.directive:ngBindTemplate