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

Commit 9f716dd

Browse files
zuringkalpak
zurin
authored andcommitted
docs(guide/Scopes): fix grammar
Added a comma to make reading more natural. Closes #13084
1 parent 914a934 commit 9f716dd

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
@@ -391,7 +391,7 @@ implementing custom event callbacks, or when working with third-party library ca
391391
5. The {@link ng.$rootScope.Scope#$watch $watch} list is a set of expressions
392392
which may have changed since last iteration. If a change is detected then the `$watch`
393393
function is called which typically updates the DOM with the new value.
394-
6. Once the Angular {@link ng.$rootScope.Scope#$digest $digest} loop finishes
394+
6. Once the Angular {@link ng.$rootScope.Scope#$digest $digest} loop finishes,
395395
the execution leaves the Angular and JavaScript context. This is followed by the browser
396396
re-rendering the DOM to reflect any changes.
397397

0 commit comments

Comments
 (0)