From 43a49d3f645408646d741aa800b21803a4310235 Mon Sep 17 00:00:00 2001 From: Vani Date: Mon, 23 Apr 2018 14:56:21 -0700 Subject: [PATCH] docs: fix typo (#23514) PR Close #23514 --- aio/content/tutorial/toh-pt5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}