From 3a72ef5f7e7c0ce8f005e880c60944b1cc2c0dc9 Mon Sep 17 00:00:00 2001 From: Adam Zerner Date: Mon, 30 Nov 2015 01:58:16 -0500 Subject: [PATCH] docs(guide/Scopes): small spelling/grammar fix --- 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.