docs(aio) - Fixed link to the glossary dash-case term (#18311)
PR Close #18311
This commit is contained in:
parent
38ec05f533
commit
91ab39cc55
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue