]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed spelling error in forms documentation. 4409/head
authortobz <tobias.lawrence@gmail.com>
Wed, 15 Aug 2012 14:07:43 +0000 (11:07 -0300)
committertobz <tobias.lawrence@gmail.com>
Wed, 15 Aug 2012 14:07:43 +0000 (11:07 -0300)
docs/base-css.html

index c1598821cd9b0101224e6dd72709e61c86584eb8..fb6616fb71164b22af5b55492d611e9f90a52c93 100644 (file)
@@ -967,7 +967,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
 </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>