Skip to content

Commit

Permalink
docs(guide/Scopes): fix grammar
Browse files Browse the repository at this point in the history
Added a comma to make reading more natural.

Closes angular#13084
  • Loading branch information
zurin authored and gkalpak committed Oct 14, 2015
1 parent 914a934 commit 9f716dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/scope.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ implementing custom event callbacks, or when working with third-party library ca
5. The {@link ng.$rootScope.Scope#$watch $watch} list is a set of expressions
which may have changed since last iteration. If a change is detected then the `$watch`
function is called which typically updates the DOM with the new value.
6. Once the Angular {@link ng.$rootScope.Scope#$digest $digest} loop finishes
6. Once the Angular {@link ng.$rootScope.Scope#$digest $digest} loop finishes,
the execution leaves the Angular and JavaScript context. This is followed by the browser
re-rendering the DOM to reflect any changes.

Expand Down

0 comments on commit 9f716dd

Please sign in to comment.