diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index 30263b73df4c..490dedfdee5a 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -257,7 +257,7 @@ the `$digest` phase. This delay is desirable, since it coalesces multiple model 2. **Watcher registration** - During template linking directives register {@link + During template linking, directives register {@link ng.$rootScope.Scope#$watch watches} on the scope. These watches will be used to propagate model values to the DOM.