We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b641181 commit 73e3865Copy full SHA for 73e3865
docs/content/guide/scope.ngdoc
@@ -419,4 +419,4 @@ user enters text into the text field.
419
which in turn updates the DOM.
420
6. Angular exits the execution context, which in turn exits the `keydown` event and with it
421
the JavaScript execution context.
422
- 7. The browser re-renders the view with update text.
+ 7. The browser re-renders the view with the updated text.
0 commit comments