]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typos
authorMark Otto <markdotto@gmail.com>
Mon, 3 Oct 2016 02:23:10 +0000 (19:23 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 3 Oct 2016 02:23:10 +0000 (19:23 -0700)
docs/layout/grid.md

index 47e8f4470b34daff1bc4efc77ef8d9c0e304472d..0466fc7bfb12f864171c839840aaa80d9f6099cf 100644 (file)
@@ -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>