docs(guide/scope): add comma for readability

Closes #14411
This commit is contained in:
aortyl
2016-04-11 11:20:08 -04:00
committed by Georgios Kalpakas
parent b50867001b
commit 7f6efb2822
+1 -1
View File
@@ -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.