diff --git a/public/docs/ts/latest/guide/attribute-directives.jade b/public/docs/ts/latest/guide/attribute-directives.jade index 07bb2f8f5a..7c19be8d57 100644 --- a/public/docs/ts/latest/guide/attribute-directives.jade +++ b/public/docs/ts/latest/guide/attribute-directives.jade @@ -172,7 +172,7 @@ a#respond-to-user and respond by setting or clearing the highlight color. Begin by adding `HostListener` to the list of imported symbols; - add the `Import` symbol as well because you'll need it soon. + add the `Input` symbol as well because you'll need it soon. +makeExample('attribute-directives/ts/src/app/highlight.directive.ts','imports')(format=".") :marked