Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2015-07-28 04:59:29 +0300
committerChris Rebert <code@rebertia.com>2015-07-28 04:59:29 +0300
commit46c1abfc8f23a98a1117a49017bdc87c9a888437 (patch)
tree7d539c0bce44441c78a60a6f34ba7985db92c67c /docs/customize.html
parentef1ce9ac0bbe7dbd513c2d603e3541fcdeac24ef (diff)
Customizer: For consistency, use singular in JS components list of Less files
Diffstat (limited to 'docs/customize.html')
-rw-r--r--docs/customize.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/customize.html b/docs/customize.html
index fc64782d5d..2a80932aff 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">