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

Commit ae0de07

Browse files
docs(tutorial/step-0): remove hyphen and clarify items
Closes #5953
1 parent b7c3155 commit ae0de07

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)