From cc5ff24500942bbd1f20af89148e46b7e427dc3f Mon Sep 17 00:00:00 2001 From: jacob4u2 Date: Mon, 22 Aug 2011 14:30:11 -0500 Subject: [PATCH] Fix for small typo in collapsible-set docs page --- docs/content/content-collapsible-set.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/content-collapsible-set.html b/docs/content/content-collapsible-set.html index 99b5edcc..ad2e7513 100644 --- a/docs/content/content-collapsible-set.html +++ b/docs/content/content-collapsible-set.html @@ -25,7 +25,7 @@

Collapsible set markup

Collapsible sets start with the exact same markup as individual collapsibles. By adding a parent wrapper with a data-role="collapsible-set" attribute around a number of collapsibles, the framework will style these to looks like a visually grouped widget and make it behave like an accordion so only one section can be open at a time.

-

By default, all the sections will be collapsed. To set a section to be open when the page loads, add the data-role="data-collapsed="false" attribute to the heading of the section you want expanded.

+

By default, all the sections will be collapsed. To set a section to be open when the page loads, add the data-collapsed="false" attribute to the heading of the section you want expanded.

		
 <div data-role="collapsible-set">