Skip to content

Commit

Permalink
Merge pull request #4367 from benjaminoakes/2.1.0-wip
Browse files Browse the repository at this point in the history
Fix wording of "Button dropdowns" docs
  • Loading branch information
mdo committed Aug 13, 2012
2 parents 9f8ce77 + e31f06b commit cf4fd1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components.html
Expand Up @@ -382,7 +382,7 @@ <h2>Overview and examples</h2>
</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">
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/pages/components.mustache
Expand Up @@ -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">
Expand Down

0 comments on commit cf4fd1a

Please sign in to comment.