Skip to content

Commit e513a90

Browse files
authored
Fix typo in animations.mdx (#8615)
transtion -> transition
1 parent a423148 commit e513a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/configuration/animations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ These default animations are overridden by most of the dataset controllers.
175175
## transitions
176176

177177
The core transitions are `'active'`, `'hide'`, `'reset'`, `'resize'`, `'show'`.
178-
A custom transtion can be used by passing a custom `mode` to [update](../developers/api.md#updatemode).
178+
A custom transition can be used by passing a custom `mode` to [update](../developers/api.md#updatemode).
179179
Transition extends the main [animation configuration](#animation-configuration) and [animations configuration](#animations-configuration).
180180

181181
### Default transitions

0 commit comments

Comments
 (0)