Procházet zdrojové kódy

correct variable name in inline comment

Hakim El Hattab před 5 roky
rodič
revize
7eb74ac335
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      js/reveal.js

+ 2 - 2
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