]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Typos in grid.md (#24828)
authorRychu <pawel.rychlicki@gmail.com>
Sun, 19 Nov 2017 18:33:05 +0000 (19:33 +0100)
committerPatrick H. Lauke <redux@splintered.co.uk>
Sun, 19 Nov 2017 18:33:05 +0000 (13:33 -0500)
Fixed typos in offsetting section of grid.md

docs/4.0/layout/grid.md

index b29689c0c7f5710c9157060d92e1b6392536381c..307b677d2b1b3af0b414c02c19c3f0468b075d63 100644 (file)
@@ -590,7 +590,7 @@ In addition to column clearing at responsive breakpoints, you may need to reset
 </div>
 
 <div class="row">
-  <div class="col-sm-6 col-md-5 col-lg-6">.col.col-sm-6.col-md-5.col-lg-6</div>
+  <div class="col-sm-6 col-md-5 col-lg-6">.col-sm-6 .col-md-5 .col-lg-6</div>
   <div class="col-sm-6 col-md-5 offset-md-2 col-lg-6 offset-lg-0">.col-sm-6 .col-md-5 .offset-md-2 .col-lg-6 .offset-lg-0</div>
 </div>
 {% endexample %}