From: Sébastien Santoro Date: Wed, 1 Jun 2016 22:01:37 +0000 (+0200) Subject: Fix typo in panels.less comment: Collapsable → Collapsible (#20017) X-Git-Tag: v3.3.7~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4c1b24c18bd9d951e5c34468beac785331a43b;p=thirdparty%2Fbootstrap.git Fix typo in panels.less comment: Collapsable → Collapsible (#20017) [ci skip] --- 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.