diff options
| author | Mark Otto <[email protected]> | 2012-04-13 17:14:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-13 17:14:11 -0700 |
| commit | c710f03995c653523053973635ae5aa61cadd4e0 (patch) | |
| tree | 6d2076518db6500bf9865d6a29e1e2e2ab8f2d67 /docs | |
| parent | 48063afb3a53c762bb950e4246a06a3682707aed (diff) | |
| parent | 0e6f12af861745961a90aef58d8d783bebd0b58e (diff) | |
| download | bootstrap-c710f03995c653523053973635ae5aa61cadd4e0.tar.xz bootstrap-c710f03995c653523053973635ae5aa61cadd4e0.zip | |
Merge pull request #3042 from ctalkington/typo-fix-1
Doc Typo Fix
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 66f62329a..7cd17b8b1 100644 --- a/docs/components.html +++ b/docs/components.html @@ -422,7 +422,7 @@ </div><!-- /btn-group --> </div><!-- /btn-toolbar --> <h3>Sizes</h3> - <p>Utilize the extra button classe <code>.btn-mini</code>, <code>.btn-small</code>, or <code>.btn-large</code> for sizing.</p> + <p>Utilize the extra button classes <code>.btn-mini</code>, <code>.btn-small</code>, or <code>.btn-large</code> for sizing.</p> <div class="btn-toolbar"> <div class="btn-group"> <button class="btn btn-large">Large action</button> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index aff449c73..ac6ce243b 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -345,7 +345,7 @@ </div><!-- /btn-group --> </div><!-- /btn-toolbar --> <h3>{{_i}}Sizes{{/i}}</h3> - <p>{{_i}}Utilize the extra button classe <code>.btn-mini</code>, <code>.btn-small</code>, or <code>.btn-large</code> for sizing.{{/i}}</p> + <p>{{_i}}Utilize the extra button classes <code>.btn-mini</code>, <code>.btn-small</code>, or <code>.btn-large</code> for sizing.{{/i}}</p> <div class="btn-toolbar"> <div class="btn-group"> <button class="btn btn-large">{{_i}}Large action{{/i}}</button> |
