From 25289664ea732e39ac017e2fd80e66fa125214b9 Mon Sep 17 00:00:00 2001 From: Ashish Patel Date: Fri, 5 Oct 2018 16:27:12 +0530 Subject: [PATCH] docs: fix sentence in attribute directives guide (#26266) PR Close #26266 --- aio/content/guide/attribute-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]`.