diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index 7954df618647..30263b73df4c 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -419,4 +419,4 @@ user enters text into the text field. which in turn updates the DOM. 6. Angular exits the execution context, which in turn exits the `keydown` event and with it the JavaScript execution context. - 7. The browser re-renders the view with update text. + 7. The browser re-renders the view with the updated text.