1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-11 00:55:01 +02:00

fix typos

This commit is contained in:
Hakim El Hattab
2019-04-01 14:29:26 +02:00
parent 2734aa3da0
commit eb5d79370b
2 changed files with 5 additions and 4 deletions

View File

@@ -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 } );
},