aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/reveal.js
diff options
context:
space:
mode:
authorHakim El Hattab2013-07-10 09:01:56 -0400
committerHakim El Hattab2013-07-10 09:01:56 -0400
commit18b4cb754a48a90a298169d5a1adac40ccc1984a (patch)
tree9525ba85a9bbe1f51db1421cced74ed398ba1fd2 /js/reveal.js
parent85043645ecb502006dd978a4eac73a67e9e26d52 (diff)
typo and whitespace correction
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 033fe31..b683eba 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -1526,7 +1526,7 @@ var Reveal = (function(){
state = state.concat( slideState.split( ' ' ) );
}
- // If this slide has a data-autoslide attribtue associated use this as
+ // If this slide has a data-autoslide attribute associated use this as
// autoSlide value otherwise use the global configured time
var slideAutoSlide = slides[index].getAttribute( 'data-autoslide' );
if( slideAutoSlide ) {
@@ -2119,7 +2119,7 @@ var Reveal = (function(){
var value = config.keyboard[ key ];
- // Calback function
+ // Callback function
if( typeof value === 'function' ) {
value.apply( null, [ event ] );
}