From cf618c564c2920937069628132e08b2d4c559a1f Mon Sep 17 00:00:00 2001 From: Levi Zitting Date: Wed, 8 Nov 2017 16:22:30 -0600 Subject: [PATCH] fix(aio): markdown typo in Tour of Heroes tutorial (#20288) PR Close #20288 --- aio/content/tutorial/toh-pt4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.