aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-26 21:22:08 -0700
committerMark Otto <[email protected]>2017-05-26 21:22:08 -0700
commit04724939a39d68b495da638e58eb794dafe8ab93 (patch)
tree7648460f56c35778514e388fc2933b8d55c6cce8 /docs/layout
parente0e1e849e6cda0d4af88a46f7e7e5a91f8b8498d (diff)
parentf2829dd6ea10d1af7e451397f7228087cff95b8a (diff)
downloadbootstrap-04724939a39d68b495da638e58eb794dafe8ab93.tar.xz
bootstrap-04724939a39d68b495da638e58eb794dafe8ab93.zip
Merge branch 'v4-dev' into form-tweaks
Diffstat (limited to 'docs/layout')
-rw-r--r--docs/layout/grid.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 7a16c52a7..97ffd3161 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -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>