]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4901: attribute typo and reran make
authorMark Otto <markotto@twitter.com>
Sat, 1 Sep 2012 06:25:58 +0000 (23:25 -0700)
committerMark Otto <markotto@twitter.com>
Sat, 1 Sep 2012 06:25:58 +0000 (23:25 -0700)
docs/base-css.html
docs/templates/pages/base-css.mustache

index 8b19d1a4d87c8c10b9ce71a04fce6af63d14f6d3..6240573a9ffaf802ee96c187ea16959e1a61b7ac 100644 (file)
@@ -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>
index 23f63228f5068d011c632891838e3ad51f622e29..1a437f112fa624a8e860fdb68f2ceaf80b7c532d 100644 (file)
 </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>