docs(aio): remove trailing underscore from provide_ (#20356)

_provide_ was already emphasized in the previous paragraph

PR Close #20356
This commit is contained in:
Brad Pitcher 2017-11-11 07:05:00 -05:00 committed by Jason Aden
parent fde966832b
commit 74071210eb
1 changed files with 1 additions and 1 deletions

View File

@ -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.