From f780aba434e682cb3e14747216d66f06b2fae4c8 Mon Sep 17 00:00:00 2001 From: Anita Perala Date: Thu, 19 Nov 2015 13:48:19 -0500 Subject: [PATCH] docs(guide/Conceptual Overview): add missing object in sentence docs: minor grammar fix missing word in overview Closes #13346 --- docs/content/guide/concepts.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index fe1129e6125f..d72495a3ac33 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -76,7 +76,7 @@ stores/updates the value of the input field into/from a variable. The second kind of new markup are the double curly braces `{{ expression | filter }}`: When the compiler encounters this markup, it will replace it with the evaluated value of the markup. An {@link expression expression} in a template is a JavaScript-like code snippet that allows -to read and write variables. Note that those variables are not global variables. +Angular to read and write variables. Note that those variables are not global variables. Just like variables in a JavaScript function live in a scope, Angular provides a {@link scope scope} for the variables accessible to expressions. The values that are stored in variables on the scope are referred to as the *model*