Skip to content

Commit 761c70c

Browse files
aortylgkalpak
authored andcommitted
docs(guide/scope): add comma for readability
Closes angular#14411
1 parent 83a6b15 commit 761c70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/scope.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ the `$digest` phase. This delay is desirable, since it coalesces multiple model
257257

258258
2. **Watcher registration**
259259

260-
During template linking directives register {@link
260+
During template linking, directives register {@link
261261
ng.$rootScope.Scope#$watch watches} on the scope. These watches will be
262262
used to propagate model values to the DOM.
263263

0 commit comments

Comments
 (0)