diff options
| author | Mark Otto <[email protected]> | 2013-03-16 14:49:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-16 14:49:21 -0700 |
| commit | e0de08c38975b6b4b12a075b4b7d924922d71c88 (patch) | |
| tree | fb33da05cf18360fa3ab77c0ef6f1c25853c2863 /docs/css.html | |
| parent | 8c9e9e28cf63d9dc6a9424b00c9a2a82331c7bcc (diff) | |
| download | bootstrap-e0de08c38975b6b4b12a075b4b7d924922d71c88.tar.xz bootstrap-e0de08c38975b6b4b12a075b4b7d924922d71c88.zip | |
typo
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html index 2116ad3d8..c740b1773 100644 --- a/docs/css.html +++ b/docs/css.html @@ -582,7 +582,7 @@ title: CSS {% endhighlight %} <h3 id="grid-column-ordering">Column ordering</h3> - <p>Easily the order of our built-in grid columns with <code>.push*</code> and <code>.pull*</code> modifier classes.</p> + <p>Easily change the order of our built-in grid columns with <code>.push*</code> and <code>.pull*</code> modifier classes.</p> <div class="row show-grid"> <div class="span9 push3">9</div> <div class="span3 pull9">3</div> |
