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
path: root/less
diff options
context:
space:
mode:
authorSébastien Santoro <dereckson@espace-win.org>2016-06-02 01:01:37 +0300
committerChris Rebert <github@chrisrebert.com>2016-06-02 01:01:37 +0300
commit0b4c1b24c18bd9d951e5c34468beac785331a43b (patch)
tree093da2feae679a9a3e224cfa91dbb8211e195053 /less
parentf01f3e5f34c1acdd802cc61ea9aae9f9b14169c3 (diff)
Fix typo in panels.less comment: Collapsable → Collapsible (#20017)
[ci skip]
Diffstat (limited to 'less')
-rw-r--r--less/panels.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/panels.less b/less/panels.less
index 425eb5e642..65aa3a83f3 100644
--- a/less/panels.less
+++ b/less/panels.less
@@ -214,7 +214,7 @@
}
-// Collapsable panels (aka, accordion)
+// Collapsible panels (aka, accordion)
//
// Wrap a series of panels in `.panel-group` to turn them into an accordion with
// the help of our collapse JavaScript plugin.