diff options
| author | Chris Rebert <[email protected]> | 2015-07-27 18:59:29 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-07-27 18:59:29 -0700 |
| commit | 46c1abfc8f23a98a1117a49017bdc87c9a888437 (patch) | |
| tree | 7d539c0bce44441c78a60a6f34ba7985db92c67c /docs/customize.html | |
| parent | ef1ce9ac0bbe7dbd513c2d603e3541fcdeac24ef (diff) | |
| download | bootstrap-46c1abfc8f23a98a1117a49017bdc87c9a888437.tar.xz bootstrap-46c1abfc8f23a98a1117a49017bdc87c9a888437.zip | |
Customizer: For consistency, use singular in JS components list of Less files
Diffstat (limited to 'docs/customize.html')
| -rw-r--r-- | docs/customize.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/customize.html b/docs/customize.html index fc64782d5..2a80932af 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -237,25 +237,25 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge <div class="checkbox"> <label> <input type="checkbox" checked value="dropdowns.less"> - Dropdowns + Dropdown </label> </div> <div class="checkbox"> <label> <input type="checkbox" checked value="tooltip.less"> - Tooltips + Tooltip </label> </div> <div class="checkbox"> <label> <input type="checkbox" checked value="popovers.less"> - Popovers + Popover </label> </div> <div class="checkbox"> <label> <input type="checkbox" checked value="modals.less"> - Modals + Modal </label> </div> <div class="checkbox"> |
