diff --git a/aio/content/tutorial/toh-pt4.md b/aio/content/tutorial/toh-pt4.md index 3c00f29e40..b23c07e80d 100644 --- a/aio/content/tutorial/toh-pt4.md +++ b/aio/content/tutorial/toh-pt4.md @@ -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.