Add missing ` from styleguide rule (#2878)

This commit is contained in:
Dustin Goodman 2016-11-28 01:11:47 -06:00 committed by Ward Bell
parent 424645e1df
commit 9ba0f34826
1 changed files with 1 additions and 1 deletions

View File

@ -1679,7 +1679,7 @@ a(href="#toc") Back to top
.s-rule.do
:marked
**Do** use `@Input` and `@Output` instead of the `inputs` and `outputs` properties of the
`@Directive and `@Component` decorators:
`@Directive` and `@Component` decorators:
.s-rule.do
:marked