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 854f0ff33a
commit ac815f7281

View File

@ -358,7 +358,7 @@ subscribes without a callback.
The bare `.subscribe()` _seems_ pointless. The bare `.subscribe()` _seems_ pointless.
In fact, it is essential. 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 <code-example
path="http/src/app/heroes/heroes.component.ts" path="http/src/app/heroes/heroes.component.ts"