docs(core): Correct spelling error in directives docs (#25377)

Link to life-cycle hooks was spelt as "life-cycle hoooks".
PR Close #25377
This commit is contained in:
Kieran Whiteman 2018-08-08 09:13:10 +01:00 committed by Ben Lesh
parent eeb81b9370
commit be2cf4dfd6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export interface DirectiveDecorator {
* runtime.
*
* Directive classes, like component classes, can implement
* [life-cycle hoooks](guide/lifecycle-hooks) to influence their configuration and behavior.
* [life-cycle hooks](guide/lifecycle-hooks) to influence their configuration and behavior.
*
*
* @usageNotes