diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-04-01 14:29:26 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-04-01 14:29:26 +0200 |
commit | eb5d79370b5dddd73c99d83ac419e66a64685555 (patch) | |
tree | 596b814780c998cd47817b2bf44f7585598f8867 /js | |
parent | 2734aa3da01cf5872176b1c6f1bfdc9815cdf500 (diff) | |
download | perl-software-in-gnu-guix-eb5d79370b5dddd73c99d83ac419e66a64685555.tar perl-software-in-gnu-guix-eb5d79370b5dddd73c99d83ac419e66a64685555.tar.gz |
fix typos
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js index 7902546..3c00d52 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -6003,7 +6003,7 @@ } }, - // Adds/remvoes a custom key binding + // Adds/removes a custom key binding addKeyBinding: addKeyBinding, removeKeyBinding: removeKeyBinding, @@ -6012,7 +6012,7 @@ hasPlugin: hasPlugin, getPlugin: getPlugin, - // Programatically triggers a keyboard event + // Programmatically triggers a keyboard event triggerKey: function( keyCode ) { onDocumentKeyDown( { keyCode: keyCode } ); }, |