]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix typo in animations.mdx (#8615)
authorIkko Ashimine <eltociear@gmail.com>
Thu, 11 Mar 2021 06:19:33 +0000 (15:19 +0900)
committerGitHub <noreply@github.com>
Thu, 11 Mar 2021 06:19:33 +0000 (08:19 +0200)
transtion -> transition

docs/docs/configuration/animations.mdx

index 16826616bb1f31f39bfab0321b5dc5ae20fabb4a..612d51765400362c45551c9b69f72c4a1e29e802 100644 (file)
@@ -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