We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab5e1d commit f7b4296Copy full SHA for f7b4296
docs/content/tutorial/step_00.ngdoc
@@ -195,7 +195,7 @@ being the element on which the `ngApp` directive was defined.
195
This line demonstrates the core feature of Angular's templating capabilities – a binding, denoted
196
by double-curlies `{{ }}` as well as a simple expression `'yet' + '!'` used in this binding.
197
198
- The binding tells Angular, that it should evaluate an expression and insert the result into the
+ The binding tells Angular that it should evaluate an expression and insert the result into the
199
DOM in place of the binding. Rather than a one-time insert, as we'll see in the next steps, a
200
binding will result in efficient continuous updates whenever the result of the expression
201
evaluation changes.
0 commit comments