mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fixed spelling error in forms documentation.
This commit is contained in:
parent
27e9214e05
commit
48f5626499
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue