Skip to content

Commit 023b777

Browse files
JoanClaretNarretz
authored andcommitted
docs(tutorial/2 - Angular Templates): add closing parenthesis
Closes angular#13368
1 parent 0c9480d commit 023b777

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
@@ -61,7 +61,7 @@ by the value of the expressions.
6161
We have added a new directive, called `ng-controller`, which attaches a `PhoneListCtrl`
6262
__controller__ to the <body> tag. At this point:
6363

64-
* The expressions in curly braces (`{{phone.name}}` and `{{phone.snippet}}` denote
64+
* 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`
6666
controller.
6767

0 commit comments

Comments
 (0)