From a26d920defe11197749ed0f823dbe678860460b0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Isma=C3=ABl?= <36460419+oddtiming@users.noreply.github.com>
Date: Mon, 8 Jul 2024 18:38:10 -0400
Subject: [PATCH] Fix typo in SectionUsage
---
docs/src/sections/SectionUsage.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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