Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-09-01 10:25:58 +0400
committerMark Otto <markotto@twitter.com>2012-09-01 10:25:58 +0400
commitb1bdca0fdb1e14ede6904fe652746811d0e4c274 (patch)
tree104403da947372777f4db57710e78dd9c46807c5
parent00d6f26270485cde0fb8474b76396eb81cd97eff (diff)
fixes #4901: attribute typo and reran make
-rw-r--r--docs/base-css.html2
-rw-r--r--docs/templates/pages/base-css.mustache2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 8b19d1a4d8..6240573a9f 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -995,7 +995,7 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; 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>
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 23f63228f5..1a437f112f 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -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>