From 45f6e972fcd5f0ecc319e51b8d27afcc084e0181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Hellenes?= Date: Mon, 29 Apr 2024 10:39:32 +0200 Subject: [PATCH] typo: removed additional "a" in componentn GettingStarted.vue --- docs/components/Section/GettingStarted.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/Section/GettingStarted.vue b/docs/components/Section/GettingStarted.vue index 3170c914..cebaae42 100644 --- a/docs/components/Section/GettingStarted.vue +++ b/docs/components/Section/GettingStarted.vue @@ -30,7 +30,7 @@

The useDragAndDrop hook is the most convenient way to add Drag and Drop to your app. Call this function with an initial array of - values. It returns a tuple containing a a template ref and a reactive + values. It returns a tuple containing a template ref and a reactive array of values. The template ref should be assigned to the parent DOM element of the items you wish to make draggable. The reactive array of values should be used in your template to render the draggable elements.