Skip to content

Commit f7b4296

Browse files
committed
docs(tutorial): fix typo in step_00
Just removed an extra comma. No big deal.
1 parent cab5e1d commit f7b4296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_00.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ being the element on which the `ngApp` directive was defined.
195195
This line demonstrates the core feature of Angular's templating capabilities – a binding, denoted
196196
by double-curlies `{{ }}` as well as a simple expression `'yet' + '!'` used in this binding.
197197

198-
The binding tells Angular, that it should evaluate an expression and insert the result into the
198+
The binding tells Angular that it should evaluate an expression and insert the result into the
199199
DOM in place of the binding. Rather than a one-time insert, as we'll see in the next steps, a
200200
binding will result in efficient continuous updates whenever the result of the expression
201201
evaluation changes.

0 commit comments

Comments
 (0)