mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-23 20:40:36 +03:00
Fixed spelling error in forms documentation.
This commit is contained in:
+1
-1
@@ -967,7 +967,7 @@ For example, <code>section</code> should be wrapped as inline.
|
|||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h3>Textarea</h3>
|
<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">
|
<form class="bs-docs-example form-inline">
|
||||||
<textarea rows="3"></textarea>
|
<textarea rows="3"></textarea>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user