diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index 7a70578b67..52501fe242 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -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` to the caller. Refresh the browser and add some heroes.