0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

fixes #4901: attribute typo and reran make

This commit is contained in:
Mark Otto 2012-08-31 23:25:58 -07:00
parent 00d6f26270
commit b1bdca0fdb
2 changed files with 2 additions and 2 deletions

View File

@ -995,7 +995,7 @@ For example, <code><section></code> should be wrapped as inlin
</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>

View File

@ -932,7 +932,7 @@
</pre> </pre>
<h3>{{_i}}Textarea{{/i}}</h3> <h3>{{_i}}Textarea{{/i}}</h3>
<p>{{_i}}Form control which supports multiple lines of text. Change <code>row</code> attribute as necessary.{{/i}}</p> <p>{{_i}}Form control which supports multiple lines of text. Change <code>rows</code> attribute as necessary.{{/i}}</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>