From d531fe7867ce15ddf8a69aa6830317319ac2e6cc Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 11 Mar 2021 12:19:52 +0900 Subject: [PATCH] Fix typo in animations.mdx transtion -> transition --- docs/docs/configuration/animations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/animations.mdx b/docs/docs/configuration/animations.mdx index 16826616bb1..612d5176540 100644 --- a/docs/docs/configuration/animations.mdx +++ b/docs/docs/configuration/animations.mdx @@ -175,7 +175,7 @@ These default animations are overridden by most of the dataset controllers. ## transitions The core transitions are `'active'`, `'hide'`, `'reset'`, `'resize'`, `'show'`. -A custom transtion can be used by passing a custom `mode` to [update](../developers/api.md#updatemode). +A custom transition can be used by passing a custom `mode` to [update](../developers/api.md#updatemode). Transition extends the main [animation configuration](#animation-configuration) and [animations configuration](#animations-configuration). ### Default transitions