diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-05-18 15:40:17 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-05-18 15:40:17 +0200 |
commit | b7b3fe3ed4acf8de44f986f483322a936461f6ef (patch) | |
tree | fe5609e42ba64b8382dacc44c27f59d2e62cb0e8 | |
parent | 453a88879743edb22ab8774198d358688973115a (diff) | |
download | fosdem-2018-presentation-b7b3fe3ed4acf8de44f986f483322a936461f6ef.tar fosdem-2018-presentation-b7b3fe3ed4acf8de44f986f483322a936461f6ef.tar.gz |
comment typo
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js index d0178d4..ef9b741 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -110,7 +110,7 @@ // key is pressed help: true, - // Flags if it should be possible to pause t.spehe presentation (blackout) + // Flags if it should be possible to pause the presentation (blackout) pause: true, // Flags if speaker notes should be visible to all viewers |