mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
fix typos
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
atom---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
title: Grid system
|
title: Grid system
|
||||||
description: Documentation and examples for using Bootstrap's powerful, responsive, and mobile-first grid system.
|
description: Documentation and examples for using Bootstrap's powerful, responsive, and mobile-first grid system.
|
||||||
@@ -34,14 +34,14 @@ Sounds good? Great, let's move on to seeing all that in an example.
|
|||||||
If you're using Bootstrap's compiled CSS, this the example you'll want to start with.
|
If you're using Bootstrap's compiled CSS, this the example you'll want to start with.
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
<div class="container">a
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
One of three columnsa
|
One of three columns
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
One of three columns
|
One of three columns
|
||||||
</div>atom
|
</div>
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
One of three columns
|
One of three columns
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user