From 750e4e81568de97267e2a8ec139bff8aed5ca5fe Mon Sep 17 00:00:00 2001 From: Gabriel Nicolas Avellaneda Date: Mon, 24 Jul 2017 15:19:34 -0300 Subject: [PATCH] docs(aio) - Fixed link to the glossary dash-case term (#18311) PR Close #18311 --- 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 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`.