fix typo #2949 (thanks @SeanKilleen)

master
Hakim El Hattab 2021-05-05 09:59:41 +02:00
parent 236d3e3722
commit 74f3c4b455
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ export default {
// Flags if slides with data-visibility="hidden" should be kep visible
showHiddenSlides: false,
// Global override for autolaying embedded media (video/audio/iframe)
// Global override for autoplaying embedded media (video/audio/iframe)
// - null: Media will only autoplay if data-autoplay is present
// - true: All media will autoplay, regardless of individual setting
// - false: No media will autoplay, regardless of individual setting