docs(aio) - Fixed link to the glossary dash-case term (#18311)

PR Close #18311
This commit is contained in:
Gabriel Nicolas Avellaneda 2017-07-24 15:19:34 -03:00 committed by Miško Hevery
parent 38ec05f533
commit 91ab39cc55
1 changed files with 1 additions and 1 deletions

View File

@ -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`.
</div>