fixing copy/paste typo at collapsible content description

This commit is contained in:
Maurice Gottlieb 2011-11-15 17:11:54 +01:00
parent f3c2f4df5a
commit 4e2aebaa36

View file

@ -100,7 +100,7 @@
<div data-role="collapsible-set">
<div data-role="collapsible" data-collapsed="false">
<h3>Section 1</h3>
<p>I'm the collapsible content in a set so this feels like an accordion. I'm hidden by default because I have the "collapsed" state; you need to expand the header to see me.</p>
<p>I'm the collapsible content in a set so this feels like an accordion. I'm visible by default because I have the <code>data-collapsed="false"</code> attribute; to collapse me, either click my header or expand another header in my set.</p>
</div>
<div data-role="collapsible">
<h3>Section 2</h3>