diff options
| author | Mark Otto <[email protected]> | 2012-08-31 23:25:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-31 23:25:58 -0700 |
| commit | b1bdca0fdb1e14ede6904fe652746811d0e4c274 (patch) | |
| tree | 104403da947372777f4db57710e78dd9c46807c5 | |
| parent | 00d6f26270485cde0fb8474b76396eb81cd97eff (diff) | |
| download | bootstrap-b1bdca0fdb1e14ede6904fe652746811d0e4c274.tar.xz bootstrap-b1bdca0fdb1e14ede6904fe652746811d0e4c274.zip | |
fixes #4901: attribute typo and reran make
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 8b19d1a4d..6240573a9 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -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> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 23f63228f..1a437f112 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> |
