Skip to content

Commit

Permalink
docs: clarify heroes example
Browse files Browse the repository at this point in the history
  • Loading branch information
reneras authored and brandonroberts committed Aug 2, 2018
1 parent a224df4 commit 302daa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aio/content/tutorial/toh-pt6.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ That header is in the `httpOptions` constant defined in the `HeroService`.

<code-example
path="toh-pt6/src/app/hero.service.ts"
region="http-options">
region="http-options"
title="src/app/hero.service.ts">
</code-example>

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`.
Expand Down

0 comments on commit 302daa1

Please sign in to comment.