#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

@@ -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'