From 6cd749867705a3f8d2319a9807f6e4aeafb2262f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20W=C3=B8lk?= <54033094+mikkelwoelk@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:33:53 +0100 Subject: [PATCH] fix: correct misspelling in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cc77bc..0314795 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ a Nuxt component for handling swipers | ------------------- | -------------------------------------------------------------------------------- | | tag | tag of container element. Default: 'section' | | moveBy | How many items should a single go.next() or go.prev() move. Default: -1 | -| itemsWrapperClassNames | A string of classes to at to wrapper dev og components | +| itemsWrapperClassNames | A string of classes to add to wrapper div and components | | setIndex | start index. Default: 0 | | screenReaderTemplate | A template string for status element in screenreaders. Default: 'Viser slide #{active} af #{total}', |