Skip to content

Commit

Permalink
Typos in grid.md (#24828)
Browse files Browse the repository at this point in the history
Fixed typos in offsetting section of grid.md
  • Loading branch information
Rychu-Pawel authored and patrickhlauke committed Nov 19, 2017
1 parent e29398e commit 1449ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/layout/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 1449ec0

Please sign in to comment.