diff options
| author | Mark Otto <[email protected]> | 2016-10-02 19:23:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-02 19:23:10 -0700 |
| commit | 4699fd4b4076f325652a5f51cd0c734d900faac3 (patch) | |
| tree | 1cb6a44175dd4b5b8daf6867cef151589169f434 /docs | |
| parent | 49153ecf4f1daa57c6f09e0cb01f7942cb7baf82 (diff) | |
| download | bootstrap-4699fd4b4076f325652a5f51cd0c734d900faac3.tar.xz bootstrap-4699fd4b4076f325652a5f51cd0c734d900faac3.zip | |
fix typos
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/layout/grid.md | 8 |
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> |
