From 6900f3c314e5dd73d97b65a05cad92c7f94e7eb4 Mon Sep 17 00:00:00 2001 From: Dustin Goodman Date: Sat, 26 Nov 2016 16:06:54 -0600 Subject: [PATCH] Add missing ` from styleguide rule --- public/docs/ts/latest/guide/style-guide.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/style-guide.jade b/public/docs/ts/latest/guide/style-guide.jade index 563b16a33d..2ec106e9a0 100644 --- a/public/docs/ts/latest/guide/style-guide.jade +++ b/public/docs/ts/latest/guide/style-guide.jade @@ -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