docs(aio): remove trailing underscore from provide_ (#20356)
_provide_ was already emphasized in the previous paragraph PR Close #20356
This commit is contained in:
parent
fde966832b
commit
74071210eb
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue