Skip to content

Commit 6db3ca1

Browse files
committed
Fix collapsible docs to match actual behavior
1 parent 5bd72c7 commit 6db3ca1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/content-collapsible.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ <h2>Collapsible content markup</h2>
3535
<pre><code>
3636
&lt;div data-role=&quot;collapsible&quot;&gt;
3737
&lt;h3&gt;I&#x27;m a header&lt;/h3&gt;
38-
&lt;p&gt;I&#x27;m the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.&lt;/p&gt;
38+
&lt;p&gt;I&#x27;m the collapsible content. By default I'm closed, but you can click the header to open me.&lt;/p&gt;
3939
&lt;/div&gt;
4040
</code></pre>
4141

4242

4343
<div data-role="collapsible">
4444
<h3>I'm a header</h3>
45-
<p>I'm the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.</p>
45+
<p>I'm the collapsible content. By default I'm closed, but you can click the header to open me</p>
4646
</div>
4747

4848

@@ -57,7 +57,7 @@ <h3>I'm a header</h3>
5757

5858
<div data-role="collapsible" data-collapsed="false">
5959
<h3>I'm a header</h3>
60-
<p>I'm the collapsible content. I'm expanded by default because I have the "collapsed" state set to false; you need to expand the header to see me.</p>
60+
<p>I'm the collapsible content. I'm expanded by default because I have the "collapsed" state set to false.</p>
6161
</div>
6262

6363
<p>Collapsible content is minimally styled &mdash; we add only a bit of margin between the bar and content, and the header adopts the default Theme styles of the container it sits within.</p>

0 commit comments

Comments
 (0)