Skip to content

Commit f656532

Browse files
Docs (collapsible set): adjusted text of mini option.
1 parent 4dffddf commit f656532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/content-collapsible-set-options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2>Collapsible sets</h2>
9393
<dt><code>mini</code> <em>boolean</em></dt>
9494
<dd>
9595
<p class="default">default: false</p>
96-
<p>Sets the size of the element to a more compact, <a href="../forms/forms-all-mini.html">mini version</a>. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
96+
<p>Sets the size of the collapsibles to a more compact, <a href="../forms/forms-all-mini.html">mini version</a>. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
9797
<pre><code>$( document ).bind( "mobileinit", function(){
9898
<strong>$.mobile.collapsibleset.prototype.options.mini = true;</strong>
9999
});

0 commit comments

Comments
 (0)