]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update equal-width numbering in docs (#22697)
authorMike Cooper <mikeyjc@gmail.com>
Fri, 26 May 2017 18:06:25 +0000 (04:06 +1000)
committerMark Otto <markd.otto@gmail.com>
Fri, 26 May 2017 18:06:25 +0000 (11:06 -0700)
docs/layout/grid.md

index 7a16c52a72f03a6169c5e74229dee7c12f0fae11..97ffd3161320f9ef3fddef46a2927a5290c7f379 100644 (file)
@@ -144,7 +144,7 @@ For example, here are two grid layouts that apply to every device and viewport,
       1 of 2
     </div>
     <div class="col">
-      1 of 2
+      2 of 2
     </div>
   </div>
   <div class="row">
@@ -152,10 +152,10 @@ For example, here are two grid layouts that apply to every device and viewport,
       1 of 3
     </div>
     <div class="col">
-      1 of 3
+      2 of 3
     </div>
     <div class="col">
-      1 of 3
+      3 of 3
     </div>
   </div>
 </div>