Skip to content

Commit 9aec0fa

Browse files
petebacondarwinCameron Knight
authored and
Cameron Knight
committed
docs(tutorial/step-0): remove hyphen and clarify items
Closes angular#5953
1 parent 3cc7b49 commit 9aec0fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/content/tutorial/step_00.ngdoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ being the element on which the `ngApp` directive was defined.
8888

8989
Nothing here {{'yet' + '!'}}
9090

91-
This line demonstrates the core feature of Angular's templating capabilities – a binding, denoted
92-
by double-curlies `{{ }}` as well as a simple expression `'yet' + '!'` used in this binding.
91+
This line demonstrates two core features of Angular's templating capabilities:
92+
93+
* a binding, denoted by double-curlies `{{ }}`
94+
* a simple expression `'yet' + '!'` used in this binding.
9395

9496
The binding tells Angular that it should evaluate an expression and insert the result into the
9597
DOM in place of the binding. Rather than a one-time insert, as we'll see in the next steps, a

0 commit comments

Comments
 (0)