docs: fix typo in http.md (#22058)

PR Close #22058
This commit is contained in:
Mikhail Burshteyn 2018-02-07 11:46:04 +03:00 committed by Miško Hevery
parent fbef94a8ee
commit c3484450b8
1 changed files with 1 additions and 1 deletions

View File

@ -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.**
<code-example
path="http/src/app/heroes/heroes.component.ts"