diff --git a/aio/content/tutorial/toh-pt4.md b/aio/content/tutorial/toh-pt4.md index 6d46b94f25..9ab763c235 100644 --- a/aio/content/tutorial/toh-pt4.md +++ b/aio/content/tutorial/toh-pt4.md @@ -137,7 +137,7 @@ Create a file in the `app` folder called `hero.service.ts`. The naming convention for service files is the service name in lowercase followed by `.service`. -For a multi-word service name, use lower [dash-case](guide/glossary). +For a multi-word service name, use lower [dash-case](guide/glossary#dash-case). For example, the filename for `SpecialSuperHeroService` is `special-super-hero.service.ts`.