diff options
| author | Mark Otto <[email protected]> | 2012-08-13 16:13:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-13 16:13:01 -0700 |
| commit | cf4fd1abbefc5b4d28c5839f1011bd33d420c467 (patch) | |
| tree | 19baf2a2c94aaeb311ba0b8e2c1d510cae870244 /docs/components.html | |
| parent | 9f8ce77751e3c80d3cb794af9a19170e7f47a1fa (diff) | |
| parent | e31f06b85785daba58fda8664adc4b0575763725 (diff) | |
| download | bootstrap-cf4fd1abbefc5b4d28c5839f1011bd33d420c467.tar.xz bootstrap-cf4fd1abbefc5b4d28c5839f1011bd33d420c467.zip | |
Merge pull request #4367 from benjaminoakes/2.1.0-wip
Fix wording of "Button dropdowns" docs
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 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"> |
