From 74071210eb26985b56335351a6506f89540446c6 Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Sat, 11 Nov 2017 07:05:00 -0500 Subject: [PATCH] docs(aio): remove trailing underscore from provide_ (#20356) _provide_ was already emphasized in the previous paragraph PR Close #20356 --- aio/content/tutorial/toh-pt4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt4.md b/aio/content/tutorial/toh-pt4.md index b23c07e80d..4d9f2ecb1a 100644 --- a/aio/content/tutorial/toh-pt4.md +++ b/aio/content/tutorial/toh-pt4.md @@ -80,7 +80,7 @@ You must _provide_ the `HeroService` in the _dependency injection system_ before Angular can _inject_ it into the `HeroesComponent`, as you will do [below](#inject). -There are several ways to provide_ the `HeroService`: +There are several ways to provide the `HeroService`: in the `HeroesComponent`, in the `AppComponent`, in the `AppModule`. Each option has pros and cons.