0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Fix typo in panels.less comment: Collapsable → Collapsible (#20017)

[ci skip]
This commit is contained in:
Sébastien Santoro 2016-06-02 00:01:37 +02:00 committed by Chris Rebert
parent f01f3e5f34
commit 0b4c1b24c1

View File

@ -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.