From 8f6047340eb2885de3e02898ab51c327c1b90e5b Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 16 Jan 2018 12:39:33 +0200 Subject: [PATCH] docs(animations): fix typo (disbled --> disabled) (#21695) PR Close #21695 --- packages/animations/src/animation_metadata.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/animations/src/animation_metadata.ts b/packages/animations/src/animation_metadata.ts index 78851f1bc6..2522ed8cfd 100755 --- a/packages/animations/src/animation_metadata.ts +++ b/packages/animations/src/animation_metadata.ts @@ -325,7 +325,7 @@ export interface AnimationStaggerMetadata extends AnimationMetadata { * The `@childAnimation` trigger will not animate because `@.disabled` prevents it from happening (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). * * ### Disabling Animations Application-wide