diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-12-19 10:40:59 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2018-12-19 10:41:13 +0100 |
commit | 7eb74ac3358e538dd2bf61fbb11e8af94af39c21 (patch) | |
tree | db86423f9330af9f7a35a6639345c94898739c12 /js | |
parent | dedad930e321860ab339816ee2fc1d18df381bf4 (diff) | |
download | perl-software-in-gnu-guix-7eb74ac3358e538dd2bf61fbb11e8af94af39c21.tar perl-software-in-gnu-guix-7eb74ac3358e538dd2bf61fbb11e8af94af39c21.tar.gz |
correct variable name in inline comment
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/reveal.js b/js/reveal.js index 16ff6df..59854b7 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -114,8 +114,8 @@ // 1.3 2.3 // // If you're on slide 1.3 and navigate right, you will normally move - // from 1.3 -> 2.1. With "grid" enabled the same navigation takes you - // from 1.3 -> 2.3. + // from 1.3 -> 2.1. With "gridNavigation" enabled the same navigation + // takes you from 1.3 -> 2.3. gridNavigation: false, // Randomizes the order of slides each time the presentation loads |