aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html2
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>