diff --git a/aio/content/guide/attribute-directives.md b/aio/content/guide/attribute-directives.md index bec3a903ac..e44c799621 100644 --- a/aio/content/guide/attribute-directives.md +++ b/aio/content/guide/attribute-directives.md @@ -61,7 +61,7 @@ The generated `src/app/highlight.directive.ts` is as follows: -The imported `Directive` symbol provides the Angular the `@Directive` decorator. +The imported `Directive` symbol provides Angular the `@Directive` decorator. The `@Directive` decorator's lone configuration property specifies the directive's [CSS attribute selector](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors), `[appHighlight]`.