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/templates | |
| 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/templates')
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
