Skip to content

Commit 7fe139a

Browse files
kevdonkpkozlowski-opensource
authored andcommitted
docs(guide/Expressions): add punctuation for clarity
Closes angular#11107
1 parent 507ee2d commit 7fe139a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/guide/expression.ngdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ then the expression is not fulfilled and will remain watched.
297297
2. If V is not undefined, mark the result of the expression as stable and schedule a task
298298
to deregister the watch for this expression when we exit the digest loop
299299
3. Process the digest loop as normal
300-
4. When digest loop is done and all the values have settled process the queue of watch
301-
deregistration tasks. For each watch to be deregistered check if it still evaluates
302-
to value that is not `undefined`. If that's the case, deregister the watch. Otherwise
300+
4. When digest loop is done and all the values have settled, process the queue of watch
301+
deregistration tasks. For each watch to be deregistered, check if it still evaluates
302+
to a value that is not `undefined`. If that's the case, deregister the watch. Otherwise,
303303
keep dirty-checking the watch in the future digest loops by following the same
304304
algorithm starting from step 1
305305

0 commit comments

Comments
 (0)