docs(style-guide): fix example on 02-04

closes #1452
This commit is contained in:
Foxandxss 2016-05-20 19:14:56 +02:00 committed by Ward Bell
parent 5a91b5442b
commit 156b6f42ee
1 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@ a(href="#toc") Back to top
.s-why
:marked
**Why?** Clear service names such as `logger` do not require a suffix.
**Why?** Clear service names such as `Logger` do not require a suffix.
.s-why.s-why-last
:marked
@ -359,7 +359,7 @@ table(width="100%")
td
code-example.
@Injectable()
export class LoggerService {}
export class Logger {}
td
:marked
logger.service.ts