aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-02 19:23:10 -0700
committerMark Otto <[email protected]>2016-10-02 19:23:10 -0700
commit4699fd4b4076f325652a5f51cd0c734d900faac3 (patch)
tree1cb6a44175dd4b5b8daf6867cef151589169f434 /docs
parent49153ecf4f1daa57c6f09e0cb01f7942cb7baf82 (diff)
downloadbootstrap-4699fd4b4076f325652a5f51cd0c734d900faac3.tar.xz
bootstrap-4699fd4b4076f325652a5f51cd0c734d900faac3.zip
fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/layout/grid.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 47e8f4470..0466fc7bf 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -1,4 +1,4 @@
-atom---
+---
layout: docs
title: 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.
{% example html %}
-<div class="container">a
+<div class="container">
<div class="row">
<div class="col-sm-4">
- One of three columnsa
+ One of three columns
</div>
<div class="col-sm-4">
One of three columns
- </div>atom
+ </div>
<div class="col-sm-4">
One of three columns
</div>