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