diff --git a/aio/content/guide/http.md b/aio/content/guide/http.md index 0c67dee157..62788c207c 100644 --- a/aio/content/guide/http.md +++ b/aio/content/guide/http.md @@ -358,7 +358,7 @@ subscribes without a callback. The bare `.subscribe()` _seems_ pointless. In fact, it is essential. -Merely calling `HeroService.addHero()` **does not initiate the DELETE request.** +Merely calling `HeroService.deleteHero()` **does not initiate the DELETE request.**