Skip to content

Commit

Permalink
docs(aio): remove trailing underscore from provide_ (#20356)
Browse files Browse the repository at this point in the history
_provide_ was already emphasized in the previous paragraph

PR Close #20356
  • Loading branch information
brad authored and jasonaden committed Nov 14, 2017
1 parent fde9668 commit 7407121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/tutorial/toh-pt4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7407121

Please sign in to comment.