diff options
| author | Mark Otto <[email protected]> | 2012-08-17 16:04:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-17 16:04:35 -0700 |
| commit | f9deb8017a81fd3d88306fab2d0a5715df9dfe74 (patch) | |
| tree | 36f25fe5da909aedcc46f9d611cebbf77f2d4ada /docs | |
| parent | 2b22c0c56efb86c213884897f14383f45e1414b3 (diff) | |
| parent | 48f5626499024df6a5cf386a5456c9ff03564644 (diff) | |
| download | bootstrap-f9deb8017a81fd3d88306fab2d0a5715df9dfe74.tar.xz bootstrap-f9deb8017a81fd3d88306fab2d0a5715df9dfe74.zip | |
Merge branch '2.1.0-wip' of https://github.com/tobz/bootstrap into tobz-2.1.0-wip
Diffstat (limited to 'docs')
| -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> |
