Skip to content

Commit

Permalink
docs: fix typo in toh-pt6.md (angular#27403)
Browse files Browse the repository at this point in the history
PR Close angular#27403
  • Loading branch information
volshibenik authored and ngfelixl committed Jan 27, 2019
1 parent 086a581 commit f0f838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/tutorial/toh-pt6.md
Expand Up @@ -251,7 +251,7 @@ Here is the final version of `getHeroes` with the `tap` that logs the operation.

Most web APIs support a _get by id_ request in the form `:baseURL/:id`.

Here, the _base URL_ is the `heroesURL` defined in the [Heroes and HTTP](http://localhost:4800/tutorial/toh-pt6#heroes-and-http) section (`api/heroes`) and _id_ is
Here, the _base URL_ is the `heroesURL` defined in the [Heroes and HTTP](tutorial/toh-pt6#heroes-and-http) section (`api/heroes`) and _id_ is
the number of the hero that you want to retrieve. For example, `api/heroes/11`.

Add a `HeroService.getHero()` method to make that request:
Expand Down

0 comments on commit f0f838c

Please sign in to comment.