Skip to content

Commit

Permalink
docs: fix typo in http.md (#22058)
Browse files Browse the repository at this point in the history
PR Close #22058
  • Loading branch information
m-burst authored and mhevery committed Feb 9, 2018
1 parent fbef94a commit c348445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/http.md
Expand Up @@ -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"
Expand Down

0 comments on commit c348445

Please sign in to comment.