From 74f3c4b455cfc6013050e9495d171e316e7a44be Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 5 May 2021 09:59:41 +0200 Subject: [PATCH] fix typo #2949 (thanks @SeanKilleen) --- js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/config.js b/js/config.js index 03739ba..9d20bdd 100644 --- a/js/config.js +++ b/js/config.js @@ -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