From 73e38658c4e7414d862fc487e75908890a1e6237 Mon Sep 17 00:00:00 2001 From: Adam Zerner Date: Mon, 30 Nov 2015 01:58:16 -0500 Subject: [PATCH] docs(guide/Scopes): fix grammar Closes #13413 --- docs/content/guide/scope.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.