docs: Change unnecessary step in ToH-Tutorial (#25059)

PR Close #25059
This commit is contained in:
Frederik Schlemmer 2018-07-26 10:12:14 +02:00 committed by Igor Minar
parent 601064e41d
commit a1b185b723
1 changed files with 1 additions and 2 deletions

View File

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