diff --git a/docs/src/sections/SectionUsage.vue b/docs/src/sections/SectionUsage.vue
index 912e8ac..11f467c 100644
--- a/docs/src/sections/SectionUsage.vue
+++ b/docs/src/sections/SectionUsage.vue
@@ -190,7 +190,7 @@ import IconQwik from "../components/IconQwik.vue"
As an alternative to the v-auto-animate
directive, Vue devs
can use the useAutoAnimate
composable. This composable
supports all the same great features, but also provides a mechanism to
- enable and disable animations.
+ enable and disable animations.
Import the composable from @formkit/auto-animate/vue
(the