diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index 0fe2b9ce80..46d59f14d3 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -291,7 +291,8 @@ That header is in the `httpOptions` constant defined in the `HeroService`. + region="http-options" + title="src/app/hero.service.ts"> 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`.