From a1b185b723de9e562d5bbf52f63e3ee237fc72d7 Mon Sep 17 00:00:00 2001 From: Frederik Schlemmer Date: Thu, 26 Jul 2018 10:12:14 +0200 Subject: [PATCH] docs: Change unnecessary step in ToH-Tutorial (#25059) PR Close #25059 --- aio/content/tutorial/toh-pt6.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index abf12fdfbc..6683e6bce1 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -294,8 +294,7 @@ That header is in the `httpOptions` constant defined in the `HeroService`. region="http-options"> -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