From ac815f7281468cbe50dfa8fa04198bd43ab45159 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 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.**