From bb79018f92559dadac52ef7ed9babb38330b45e4 Mon Sep 17 00:00:00 2001 From: Girma Nigusse Date: Wed, 20 Nov 2019 07:12:56 -0500 Subject: [PATCH] docs(core): fix typo in Tour of Heroes App and Tutorial (#33931) PR Close #33931 --- aio/content/tutorial/toh-pt5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/toh-pt5.md b/aio/content/tutorial/toh-pt5.md index 21bb1b6911..7ae7c0b39f 100644 --- a/aio/content/tutorial/toh-pt5.md +++ b/aio/content/tutorial/toh-pt5.md @@ -373,7 +373,7 @@ Add the following imports: Inject the `ActivatedRoute`, `HeroService`, and `Location` services into the constructor, saving their values in private fields: - + The [`ActivatedRoute`](api/router/ActivatedRoute) holds information about the route to this instance of the `HeroDetailComponent`.