Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit abf739a

Browse files
nhnbFoxandxss
authored andcommitted
docs(structural-directives): small grammar fixes in documentation (#3332)
1 parent c8985e3 commit abf739a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/ts/latest/guide/structural-directives.jade

+3-3
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ a#one-per-element
364364
:marked
365365
### One structural directive per host element
366366

367-
Someday you'll want to to repeat a block of HTML but only when a particular condition is true.
367+
Someday you'll want to repeat a block of HTML but only when a particular condition is true.
368368
You'll _try_ to put both an `*ngFor` and an `*ngIf` on the same host element.
369369
Angular won't let you. You may apply only one _structural_ directive to an element.
370370

@@ -467,9 +467,9 @@ block unless-intro
467467

468468
* Import the `Directive` decorator (instead of the `Component` decorator).
469469

470-
* Import the `Input`, `TemplateRef`, and `ViewContainerRef` symbols; you'll them need for _any_ structural directive.
470+
* Import the `Input`, `TemplateRef`, and `ViewContainerRef` symbols; you'll need them for _any_ structural directive.
471471

472-
* Apply the decorator to to the directive class.
472+
* Apply the decorator to the directive class.
473473

474474
* Set the CSS *attribute selector* that identifies the directive when applied to an element in a template.
475475

0 commit comments

Comments
 (0)