diff options
| author | Ben Oakes <[email protected]> | 2012-08-13 13:19:23 -0500 |
|---|---|---|
| committer | Ben Oakes <[email protected]> | 2012-08-13 13:22:08 -0500 |
| commit | e31f06b85785daba58fda8664adc4b0575763725 (patch) | |
| tree | 19baf2a2c94aaeb311ba0b8e2c1d510cae870244 /docs | |
| parent | 9f8ce77751e3c80d3cb794af9a19170e7f47a1fa (diff) | |
| download | bootstrap-e31f06b85785daba58fda8664adc4b0575763725.tar.xz bootstrap-e31f06b85785daba58fda8664adc4b0575763725.zip | |
Fix wording (presumed typo)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index 5f612135e..377c14471 100644 --- a/docs/components.html +++ b/docs/components.html @@ -382,7 +382,7 @@ </pre> <h3>Works with all button sizes</h3> - <p>Button dropdowns work at any size. your button sizes to <code>.btn-large</code>, <code>.btn-small</code>, or <code>.btn-mini</code>.</p> + <p>Button dropdowns work at any size: <code>.btn-large</code>, <code>.btn-small</code>, or <code>.btn-mini</code>.</p> <div class="bs-docs-example"> <div class="btn-toolbar" style="margin: 0;"> <div class="btn-group"> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index aa4a7ccf1..b9791514a 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -311,7 +311,7 @@ </pre> <h3>{{_i}}Works with all button sizes{{/i}}</h3> - <p>{{_i}}Button dropdowns work at any size. your button sizes to <code>.btn-large</code>, <code>.btn-small</code>, or <code>.btn-mini</code>.{{/i}}</p> + <p>{{_i}}Button dropdowns work at any size: <code>.btn-large</code>, <code>.btn-small</code>, or <code>.btn-mini</code>.{{/i}}</p> <div class="bs-docs-example"> <div class="btn-toolbar" style="margin: 0;"> <div class="btn-group"> |
