diff --git a/aio/content/examples/attribute-directives/src/app/highlight.directive.2.ts b/aio/content/examples/attribute-directives/src/app/highlight.directive.2.ts index fdf8ba0c85..d039083beb 100644 --- a/aio/content/examples/attribute-directives/src/app/highlight.directive.2.ts +++ b/aio/content/examples/attribute-directives/src/app/highlight.directive.2.ts @@ -40,5 +40,7 @@ export class HighlightDirective { // #docregion color-2 @Input() appHighlight: string; // #enddocregion color-2 -} +// #docregion +} +// #enddocregion