1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

fix typos

This commit is contained in:
Mark Otto
2016-10-02 19:23:10 -07:00
parent 49153ecf4f
commit 4699fd4b40

View File

@@ -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>