Skip to content

Commit 8561dd9

Browse files
Narretznetman92
authored andcommitted
docs(guide/scope): fix grammar
Closes angular#9829
1 parent 40c41cd commit 8561dd9

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
@@ -245,7 +245,7 @@ of the `$watch` expressions and compares them with the previous value. This dirt
245245
asynchronously. This means that assignment such as `$scope.username="angular"` will not
246246
immediately cause a `$watch` to be notified, instead the `$watch` notification is delayed until
247247
the `$digest` phase. This delay is desirable, since it coalesces multiple model updates into one
248-
`$watch` notification as well as it guarantees that during the `$watch` notification no other
248+
`$watch` notification as well as guarantees that during the `$watch` notification no other
249249
`$watch`es are running. If a `$watch` changes the value of the model, it will force additional
250250
`$digest` cycle.
251251

0 commit comments

Comments
 (0)