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`.