fix(aio): markdown typo in Tour of Heroes tutorial (#20288)

PR Close #20288
This commit is contained in:
Levi Zitting 2017-11-08 16:22:30 -06:00 committed by Jason Aden
parent 401ead07b8
commit cf618c564c
1 changed files with 1 additions and 1 deletions

View File

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