This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments