From 6861bc5b06eb2861bdb204ea18e65f4a5e5afa77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=CC=81=20Ras?= Date: Fri, 29 Dec 2017 15:43:22 -0400 Subject: [PATCH] docs: clarify heroes example (#21216) PR Close #21216 --- aio/content/tutorial/toh-pt6.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`.