]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
typo
authorMark Otto <otto@github.com>
Sat, 16 Mar 2013 21:49:21 +0000 (14:49 -0700)
committerMark Otto <otto@github.com>
Sat, 16 Mar 2013 21:49:21 +0000 (14:49 -0700)
docs/css.html

index 2116ad3d82f523bfcbdf6e7fce5e025c78ac0450..c740b1773337b98062e1e1418fc73de3bcba3e56 100644 (file)
@@ -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>