Skip to content

Commit b1bdca0

Browse files
committed
fixes twbs#4901: attribute typo and reran make
1 parent 00d6f26 commit b1bdca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/base-css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ <h3>Inputs</h3>
995995
</pre>
996996

997997
<h3>Textarea</h3>
998-
<p>Form control which supports multiple lines of text. Change <code>row</code> attribute as necessary.</p>
998+
<p>Form control which supports multiple lines of text. Change <code>rows</code> attribute as necessary.</p>
999999
<form class="bs-docs-example form-inline">
10001000
<textarea rows="3"></textarea>
10011001
</form>

docs/templates/pages/base-css.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@
932932
</pre>
933933

934934
<h3>{{_i}}Textarea{{/i}}</h3>
935-
<p>{{_i}}Form control which supports multiple lines of text. Change <code>row</code> attribute as necessary.{{/i}}</p>
935+
<p>{{_i}}Form control which supports multiple lines of text. Change <code>rows</code> attribute as necessary.{{/i}}</p>
936936
<form class="bs-docs-example form-inline">
937937
<textarea rows="3"></textarea>
938938
</form>

0 commit comments

Comments
 (0)