#31 : Fix spelling 'auto play' -> autoplay

This commit is contained in:
Vadim
2021-07-03 22:59:11 +03:00
parent 930ec9f6ae
commit ac21022d49
6 changed files with 12 additions and 12 deletions

View File

@@ -55,7 +55,7 @@
## Autoplay
<Carousel
autoplay={true}
autoplay
autoplayDuration={2000}
>
{#each colors as { color, text } (color)}
@@ -65,7 +65,7 @@
```jsx
<Carousel
autoplay={true}
autoplay
autoplayDuration={2000}
>
{#each colors as { color, text } (color)}