aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-20 12:28:36 -0700
committerMark Otto <[email protected]>2013-04-20 12:28:36 -0700
commit70f8d77012bea29b9544a14458450adb8fbd0a2c (patch)
tree68530bb0665d29c80b8e1e94038542a280333514
parenta956a3258b48e697666058889b3c0add591647a2 (diff)
downloadbootstrap-70f8d77012bea29b9544a14458450adb8fbd0a2c.tar.xz
bootstrap-70f8d77012bea29b9544a14458450adb8fbd0a2c.zip
correct grid class mention in docs
-rw-r--r--docs/docs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs.html b/docs/docs.html
index 7fc72bf9c..bb2aa68f3 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -1896,7 +1896,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
{% endhighlight %}
<h3 id="forms-control-sizes">Control sizing</h3>
- <p>Use relative sizing classes like <code>.input-large</code> or match your inputs to the grid column sizes using <code>.span*</code> classes.</p>
+ <p>Use relative sizing classes like <code>.input-large</code> or match your inputs to the grid column sizes using <code>.col-span-*</code> classes.</p>
<h4>Relative sizing</h4>
<p>Create larger or smaller form controls that match button sizes.</p>