Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

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

Merged
merged 1 commit into from
Dec 13, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/ts/_cache/tutorial/toh-pt5.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down