]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in panels.less comment: Collapsable → Collapsible (#20017)
authorSébastien Santoro <dereckson@espace-win.org>
Wed, 1 Jun 2016 22:01:37 +0000 (00:01 +0200)
committerChris Rebert <github@chrisrebert.com>
Wed, 1 Jun 2016 22:01:37 +0000 (15:01 -0700)
[ci skip]

less/panels.less

index 425eb5e642c15df5279493e542ad29b9195b7f93..65aa3a83f34356b0cee5f2bdd61afa976172ea22 100644 (file)
 }
 
 
-// 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.