Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Apr 1, 2019
1 parent 2734aa3 commit eb5d793
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -6003,7 +6003,7 @@
}
},

// Adds/remvoes a custom key binding
// Adds/removes a custom key binding
addKeyBinding: addKeyBinding,
removeKeyBinding: removeKeyBinding,

Expand All @@ -6012,7 +6012,7 @@
hasPlugin: hasPlugin,
getPlugin: getPlugin,

// Programatically triggers a keyboard event
// Programmatically triggers a keyboard event
triggerKey: function( keyCode ) {
onDocumentKeyDown( { keyCode: keyCode } );
},
Expand Down
5 changes: 3 additions & 2 deletions plugin/highlight/highlight.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb5d793

Please sign in to comment.