Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8c52f1d

Browse files
committed
docs(guide/scope): fix grammar
Closes #9829
1 parent ee6a3cc commit 8c52f1d

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)