diff options
| author | tobz <[email protected]> | 2012-08-15 11:07:43 -0300 |
|---|---|---|
| committer | tobz <[email protected]> | 2012-08-15 11:07:43 -0300 |
| commit | 48f5626499024df6a5cf386a5456c9ff03564644 (patch) | |
| tree | c2bdbf336863bb2d14f450a83842f7763ed87545 /docs/base-css.html | |
| parent | 27e9214e056b1f4e833adc92fe7afe2e75f53cb2 (diff) | |
| download | bootstrap-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.html | 2 |
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, <code>section</code> 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> |
