Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1537651

Browse files
aperalaNarretz
authored andcommitted
docs(guide/Conceptual Overview): add missing object in sentence
docs: minor grammar fix missing word in overview Closes #13346
1 parent d59aeb4 commit 1537651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/concepts.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ stores/updates the value of the input field into/from a variable.
7676
The second kind of new markup are the double curly braces `{{ expression | filter }}`:
7777
When the compiler encounters this markup, it will replace it with the evaluated value of the markup.
7878
An <a name="expression">{@link expression expression}</a> in a template is a JavaScript-like code snippet that allows
79-
to read and write variables. Note that those variables are not global variables.
79+
Angular to read and write variables. Note that those variables are not global variables.
8080
Just like variables in a JavaScript function live in a scope,
8181
Angular provides a <a name="scope">{@link scope scope}</a> for the variables accessible to expressions.
8282
The values that are stored in variables on the scope are referred to as the <a name="model"></a>*model*

0 commit comments

Comments
 (0)