docs(http/toh-5): fix HeroesDetailComponent typo (#2965)

This commit is contained in:
port 2016-12-13 19:45:25 +01:00 committed by Ward Bell
parent ea1521ed6c
commit 5ce171bd74
1 changed files with 1 additions and 1 deletions

View File

@ -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.