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

Commit 9ba0f34

Browse files
dustinsgoodmanwardbell
authored andcommitted
Add missing ` from styleguide rule (#2878)
1 parent 424645e commit 9ba0f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ a(href="#toc") Back to top
16791679
.s-rule.do
16801680
:marked
16811681
**Do** use `@Input` and `@Output` instead of the `inputs` and `outputs` properties of the
1682-
`@Directive and `@Component` decorators:
1682+
`@Directive` and `@Component` decorators:
16831683

16841684
.s-rule.do
16851685
:marked

0 commit comments

Comments
 (0)