docs: fix sentence in attribute directives guide (#26266)

PR Close #26266
This commit is contained in:
Ashish Patel 2018-10-05 16:27:12 +05:30 committed by Jason Aden
parent e5644204dc
commit 25289664ea
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ The generated `src/app/highlight.directive.ts` is as follows:
<code-example path="attribute-directives/src/app/highlight.directive.0.ts" title="src/app/highlight.directive.ts"></code-example>
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]`.