diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index 27eb7eab9d..72a9959033 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -339,7 +339,7 @@ fix the dashboard hero links to navigate via the _parameterized_ dashboard route 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}