docs: fix typo in TOH http section (#26127)

PR Close #26127
This commit is contained in:
Dario Braun 2018-09-27 11:11:15 +02:00 committed by Ben Lesh
parent a0a3648e7a
commit 1dc95c41eb
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ Add the following `addHero()` method to the `HeroService` class.
`HeroService.addHero()` differs from `updateHero` in two ways.
* it calls `HttpClient.post()` instead of `put()`.
* it expects the server to generates an id for the new hero,
* it expects the server to generate an id for the new hero,
which it returns in the `Observable<Hero>` to the caller.
Refresh the browser and add some heroes.