docs(template-syntax): fix typos in template-syntax.jade

closes #609
This commit is contained in:
Ilya Gelman 2015-12-27 11:38:16 +02:00 committed by Ward Bell
parent 6973c9f1c8
commit 1d52d4b8c2
1 changed files with 2 additions and 2 deletions

View File

@ -685,7 +685,7 @@ figure.image-display
Angular still ships with built-in directives; just not as many.
We will write our own directives; just not as many.
In this segment we review some of the most frequently used built-in directivest.
In this segment we review some of the most frequently used built-in directives.
<a id="ngClass"></a>
.l-main-section
@ -945,7 +945,7 @@ figure.image-display
When a directive is present on the element, as it is in the earlier NgFor `<hero-detail>` component example,
the directive sets the value. Accordingly, the `NgFor` directive
set the `hero` variable to a hero item from the `heroes` array.
sets the `hero` variable to a hero item from the `heroes` array.
When there is no directive present, as in phone and fax examples,
Angular sets the variable to the element on which it was defined.