aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-03-01 11:13:46 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-03-01 11:13:46 -0500
commit7081f901da553206f746c40c4a0c1b5773697cf2 (patch)
tree7ac4c78b42f9b8d849bc40b526f64022f83691bd /js
parenteeed287265d7811130d42802472c75b0c7d0303c (diff)
downloadfreenode-live-2017-presentation-7081f901da553206f746c40c4a0c1b5773697cf2.tar
freenode-live-2017-presentation-7081f901da553206f746c40c4a0c1b5773697cf2.tar.gz
fix a few typos (closes #352)
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 27c0fd6..2fa74df 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -44,7 +44,7 @@ var Reveal = (function(){
// Enable the slide overview mode
overview: true,
- // Vertical centering of slides
+ // Vertical centring of slides
center: true,
// Enables touch navigation on devices with touch input
@@ -81,7 +81,7 @@ var Reveal = (function(){
// after n milliseconds
autoSlide = config.autoSlide,
- // The horizontal and verical index of the currently active slide
+ // The horizontal and vertical index of the currently active slide
indexh = 0,
indexv = 0,
@@ -276,7 +276,7 @@ var Reveal = (function(){
}
}
- // Called once synchronous scritps finish loading
+ // Called once synchronous scripts finish loading
function proceed() {
if( scriptsAsync.length ) {
// Load asynchronous scripts
@@ -631,7 +631,7 @@ var Reveal = (function(){
var availableWidth = dom.wrapper.offsetWidth,
availableHeight = dom.wrapper.offsetHeight;
- // Reduce availabe space by margin
+ // Reduce available space by margin
availableWidth -= ( availableHeight * config.margin );
availableHeight -= ( availableHeight * config.margin );
@@ -687,7 +687,7 @@ var Reveal = (function(){
}
if( config.center ) {
- // Vertical stacks are not centered since their section
+ // Vertical stacks are not centred since their section
// children will be
if( slide.classList.contains( 'stack' ) ) {
slide.style.top = 0;