From 2beb336cdbdf25675a599cce1b6cd770de9566c6 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Wed, 5 May 2021 10:00:28 +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 9d20bdd..77da305 100644 --- a/js/config.js +++ b/js/config.js @@ -74,7 +74,7 @@ export default { // Optional function that blocks keyboard events when retuning false // // If you set this to 'focused', we will only capture keyboard events - // for embdedded decks when they are in focus + // for embedded decks when they are in focus keyboardCondition: null, // Disables the default reveal.js slide layout (scaling and centering)