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

Commit 1603cbb

Browse files
Foxandxsswardbell
authored andcommitted
docs(style-guide): a few fixes (#3534)
1 parent 3239ebc commit 1603cbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,9 +1371,9 @@ a(href="#toc") Back to top
13711371
**Consider** using the name SharedModule when the contents of a shared
13721372
module are referenced across the entire application.
13731373

1374-
.s-rule.do
1374+
.s-rule.avoid
13751375
:marked
1376-
**Do** not provide services in shared modules. Services are usually
1376+
**Avoid** providing services in shared modules. Services are usually
13771377
singletons that are provided once for the entire application or
13781378
in a particular feature module.
13791379

@@ -1785,7 +1785,7 @@ a(href="#toc") Back to top
17851785
**Do** use the `@Input()` and `@Output()` class decorators instead of the `inputs` and `outputs` properties of the
17861786
`@Directive` and `@Component` metadata:
17871787

1788-
.s-rule.do
1788+
.s-rule.consider
17891789
:marked
17901790
**Consider** placing `@Input()` or `@Output()` on the same line as the property it decorates.
17911791

0 commit comments

Comments
 (0)