From c3484450b8f775426272e7c15d387e133c27310c Mon Sep 17 00:00:00 2001 From: Mikhail Burshteyn Date: Wed, 7 Feb 2018 11:46:04 +0300 Subject: [PATCH] docs: fix typo in http.md (#22058) PR Close #22058 --- aio/content/guide/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/http.md b/aio/content/guide/http.md index 0c67dee157217..62788c207cd4c 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.**