mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 09:40:23 +00:00
fixes #4901: attribute typo and reran make
This commit is contained in:
parent
00d6f26270
commit
b1bdca0fdb
2 changed files with 2 additions and 2 deletions
|
|
@ -995,7 +995,7 @@ For example, <code><section></code> should be wrapped as inlin
|
|||
</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>
|
||||
|
|
|
|||
2
docs/templates/pages/base-css.mustache
vendored
2
docs/templates/pages/base-css.mustache
vendored
|
|
@ -932,7 +932,7 @@
|
|||
</pre>
|
||||
|
||||
<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">
|
||||
<textarea rows="3"></textarea>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue