Skip to content

Commit e5c6b70

Browse files
nwiebecaitp
authored andcommitted
docs(tutorial): clarify sentence in step 02
Separate two sentences with a period, and clarify the wording by making it less technical: "to the DOM" vs "to the <body> tag". Closes angular#8394
1 parent 3607c98 commit e5c6b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_02.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ tag as the template.
5959
by the value of the expressions.
6060

6161
We have added a new directive, called `ng-controller`, which attaches a `PhoneListCtrl`
62-
__controller__ to the DOM at this point:
62+
__controller__ to the &lt;body&gt; tag. At this point:
6363

6464
* The expressions in curly braces (`{{phone.name}}` and `{{phone.snippet}}` denote
6565
bindings, which are referring to our application model, which is set up in our `PhoneListCtrl`

0 commit comments

Comments
 (0)