#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

@@ -72,12 +72,12 @@
export let autoplay = false
/**
* Auto play change interval (ms)
* Autoplay change interval (ms)
*/
export let autoplayDuration = 3000
/**
* Auto play change direction ('next', 'prev')
* Autoplay change direction ('next', 'prev')
*/
export let autoplayDirection = NEXT

View File

@@ -32,12 +32,12 @@
export let autoplay = false
/**
* Auto play change interval
* Autoplay change interval
*/
export let autoplayDuration = 3000
/**
* Auto play change direction ('next', 'prev')
* Autoplay change direction ('next', 'prev')
*/
export let autoplayDirection = 'next'

View File

@@ -32,12 +32,12 @@
export let autoplay = false
/**
* Auto play change interval
* Autoplay change interval
*/
export let autoplayDuration = 3000
/**
* Auto play change direction ('next', 'prev')
* Autoplay change direction ('next', 'prev')
*/
export let autoplayDirection = 'next'

View File

@@ -32,12 +32,12 @@
export let autoplay = false
/**
* Auto play change interval
* Autoplay change interval
*/
export let autoplayDuration = 3000
/**
* Auto play change direction ('next', 'prev')
* Autoplay change direction ('next', 'prev')
*/
export let autoplayDirection = 'next'

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)}