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 /docs/templates | |
| parent | 00d6f26270485cde0fb8474b76396eb81cd97eff (diff) | |
| download | bootstrap-b1bdca0fdb1e14ede6904fe652746811d0e4c274.tar.xz bootstrap-b1bdca0fdb1e14ede6904fe652746811d0e4c274.zip | |
fixes #4901: attribute typo and reran make
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
