docs: fix typo (#23514)

PR Close #23514
This commit is contained in:
Vani 2018-04-23 14:56:21 -07:00 committed by Victor Berchet
parent 811a7f2863
commit 43a49d3f64
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ fix the dashboard hero links to navigate via the _parameterized_ dashboard route
</code-example>
You're using Angular [interpolation binding](guide/template-syntax#interpolation) within the `*ngFor` repeater
to insert the current interation's `hero.id` into each
to insert the current iteration's `hero.id` into each
[`routerLink`](#routerlink).
{@a heroes-component-links}