aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRychu <[email protected]>2017-11-19 19:33:05 +0100
committerPatrick H. Lauke <[email protected]>2017-11-19 13:33:05 -0500
commit1449ec0d7c29b381592fa09edb15936a861827d7 (patch)
tree7535ca954a294ef48dbad779f8d94e0049f8ef04 /docs
parente29398ee20d5e9681b605e052f818e3c97986185 (diff)
downloadbootstrap-1449ec0d7c29b381592fa09edb15936a861827d7.tar.xz
bootstrap-1449ec0d7c29b381592fa09edb15936a861827d7.zip
Typos in grid.md (#24828)
Fixed typos in offsetting section of grid.md
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/layout/grid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md
index b29689c0c..307b677d2 100644
--- a/docs/4.0/layout/grid.md
+++ b/docs/4.0/layout/grid.md
@@ -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 %}