aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authortobz <[email protected]>2012-08-15 11:07:43 -0300
committertobz <[email protected]>2012-08-15 11:07:43 -0300
commit48f5626499024df6a5cf386a5456c9ff03564644 (patch)
treec2bdbf336863bb2d14f450a83842f7763ed87545 /docs/base-css.html
parent27e9214e056b1f4e833adc92fe7afe2e75f53cb2 (diff)
downloadbootstrap-48f5626499024df6a5cf386a5456c9ff03564644.tar.xz
bootstrap-48f5626499024df6a5cf386a5456c9ff03564644.zip
Fixed spelling error in forms documentation.
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index c1598821c..fb6616fb7 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -967,7 +967,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
</pre>
<h3>Textarea</h3>
- <p>Form control which supports multiple lines of text. Change <code>row</code> attribute as necessary.</p>
+ <p>Form control which supports multiple lines of text. Change <code>rows</code> attribute as necessary.</p>
<form class="bs-docs-example form-inline">
<textarea rows="3"></textarea>
</form>