docs(animations): fix typo (disbled --> disabled) (#21695)

PR Close #21695
This commit is contained in:
George Kalpakas 2018-01-16 12:39:33 +02:00 committed by Miško Hevery
parent 9744a1c966
commit 8f6047340e
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ export interface AnimationStaggerMetadata extends AnimationMetadata {
* The `@childAnimation` trigger will not animate because `@.disabled` prevents it from happening * The `@childAnimation` trigger will not animate because `@.disabled` prevents it from happening
(when true). (when true).
* *
* Note that `@.disbled` will only disable all animations (this means any animations running on * Note that `@.disabled` will only disable all animations (this means any animations running on
* the same element will also be disabled). * the same element will also be disabled).
* *
* ### Disabling Animations Application-wide * ### Disabling Animations Application-wide