docs: fix documention for attributes directive (#24367)

fix:update documentation for attributes directive to fix error

PR Close #24367
This commit is contained in:
paulmojicatech 2018-06-08 01:06:44 -04:00 committed by Miško Hevery
parent dd931c73ec
commit 563e8e3e56

View File

@ -96,7 +96,7 @@ Now edit the generated `src/app/highlight.directive.ts` to look as follows:
The `import` statement specifies an additional `ElementRef` symbol from the Angular `core` library:
You use the `ElementRef`in the directive's constructor
You use the `ElementRef` in the directive's constructor
to [inject](guide/dependency-injection) a reference to the host DOM element,
the element to which you applied `appHighlight`.