Skip to content

Commit

Permalink
fix(aio): markdown typo in Tour of Heroes tutorial (#20288)
Browse files Browse the repository at this point in the history
PR Close #20288
  • Loading branch information
Levi Zitting authored and jasonaden committed Nov 10, 2017
1 parent 401ead0 commit cf618c5
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 @@ -44,7 +44,7 @@ the class with the `@Injectable()` decorator.

The `@Injectable()` decorator tells Angular that this service _might_ itself
have injected dependencies.
It doesn't have dependencies now but [it will soon](#inject-message-service}.
It doesn't have dependencies now but [it will soon](#inject-message-service).
Whether it does or it doesn't, it's good practice to keep the decorator.

<div class="l-sub-section">
Expand Down

0 comments on commit cf618c5

Please sign in to comment.