From f7164d78d78be6bcf486af138edbf47ab3f64bbe Mon Sep 17 00:00:00 2001 From: Anita Perala Date: Thu, 19 Nov 2015 13:48:19 -0500 Subject: [PATCH] Update concepts.ngdoc docs: minor grammar fix missing word in overview --- 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 531b0eb39ab6..6f927f45288d 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*