diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index 054096a9d7..fe7d0b48d4 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -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. .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 `` 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.