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:
parent
eeb81b9370
commit
be2cf4dfd6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue