From db1df7757169bce01c84b14db5a92271aac76b60 Mon Sep 17 00:00:00 2001 From: katerberg Date: Mon, 31 Oct 2016 02:49:14 -0500 Subject: [PATCH] Fixes typo in Router tutorial (#2688) --- public/docs/ts/latest/tutorial/toh-pt5.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index fc81fd6423..9f97f4f088 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -576,7 +576,7 @@ block extract-id +makeExcerpt('app/hero-detail.component.html', 'back-button', '') :marked - Modifing the template to add this button spurs us to take one more + Modifying the template to add this button spurs us to take one more incremental improvement and migrate the template to its own file, called hero-detail.component.html: