diff --git a/entries/collapsibleset.xml b/entries/collapsibleset.xml
index 5e319276..de8a7060 100644
--- a/entries/collapsibleset.xml
+++ b/entries/collapsibleset.xml
@@ -5,7 +5,7 @@
jQuery Mobile will visually style a set of collapsibles as a group and will make the set behave like an accordion in that only one collapsible can be open at a time if you wrap the collapsibles in a jQuery Mobile will visually style a set of collapsibles as a group and will make the set behave like an accordion in that only one collapsible can be open at a time if you wrap the collapsibles in a By default, all the collapsible sections will be collapsed. To set a section to be open when the page loads, add the In the example below, pre-rendered markup for a Sets of collapsibles
- div that has the attribute data-role="collapsibleset".div that has the attribute data-role="collapsible-set".data-collapsed="false" attribute to the heading of the section you want expanded.data-corners="false" is explicitly specified, since the absence of the ui-corner-all class on the container element indicates that the "corners" widget option is to be false. One of the child collapsibles is provided as-is, while the other is pre-rendered.