Skip to content
Closed
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
3 changes: 1 addition & 2 deletions aio/content/tutorial/toh-pt6.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,7 @@ That header is in the `httpOptions` constant defined in the `HeroService`.
region="http-options">
</code-example>

Refresh the browser, change a hero name, save your change,
and click the "go back" button.
Refresh the browser, change a hero name and save your change. Navigating to the previous view is implemented in the `save()` method defined in `HeroDetailComponent`.
The hero now appears in the list with the changed name.

## Add a new hero
Expand Down