fix typo in configuration example

This commit is contained in:
Flavio Martins 2020-02-10 22:24:25 +00:00 committed by GitHub
parent 94d98ff7d8
commit 8f4927ac27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ Reveal.initialize({
// the automated time allocation causes slide pacing to fall
// below this threshold, then you will see an alert in the
// speaker notes window
minimumTimePerSlide: 0;
minimumTimePerSlide: 0,
// Enable slide navigation via mouse wheel
mouseWheel: false,