Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 156b6f4

Browse files
Foxandxsswardbell
authored andcommitted
docs(style-guide): fix example on 02-04
closes #1452
1 parent 5a91b54 commit 156b6f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/ts/latest/guide/style-guide.jade

+2-2
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ a(href="#toc") Back to top
326326

327327
.s-why
328328
:marked
329-
**Why?** Clear service names such as `logger` do not require a suffix.
329+
**Why?** Clear service names such as `Logger` do not require a suffix.
330330

331331
.s-why.s-why-last
332332
:marked
@@ -359,7 +359,7 @@ table(width="100%")
359359
td
360360
code-example.
361361
@Injectable()
362-
export class LoggerService {}
362+
export class Logger {}
363363
td
364364
:marked
365365
logger.service.ts

0 commit comments

Comments
 (0)