From 5ce171bd74287071e48ad9418df8b5031415915b Mon Sep 17 00:00:00 2001 From: port Date: Tue, 13 Dec 2016 19:45:25 +0100 Subject: [PATCH] docs(http/toh-5): fix HeroesDetailComponent typo (#2965) --- public/docs/ts/_cache/tutorial/toh-pt5.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/_cache/tutorial/toh-pt5.jade b/public/docs/ts/_cache/tutorial/toh-pt5.jade index 8615c381ef..a75f0587a0 100644 --- a/public/docs/ts/_cache/tutorial/toh-pt5.jade +++ b/public/docs/ts/_cache/tutorial/toh-pt5.jade @@ -775,7 +775,7 @@ block heroes-component-cleanup :marked ### Update the _HeroesComponent_ class. - The `HeroesComponent` navigates to the `HeroesDetailComponent` in response to a button click. + The `HeroesComponent` navigates to the `HeroDetailComponent` in response to a button click. The button's _click_ event is bound to a `gotoDetail` method that navigates _imperatively_ by telling the router where to go.