Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 75b4aea

Browse files
committed
Merge pull request #4703 from MauriceG/patch-14
Docs: Replace inline with mini at mini example (buttons-options.html)
2 parents 3205c8e + 1f1e285 commit 75b4aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/buttons/buttons-options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2>Button basics</h2>
8383
<p class="default">default: null (false)</p>
8484
<p>If set to true, this will display a more compact version of the button that uses less vertical height. Possible values: true, false. This option is also exposed as a data attribute: <code>data-mini=&quot;true&quot;</code></p>
8585
<pre><code>$('a').buttonMarkup(<strong>{ mini: "true" }</strong>);</code></pre>
86-
<a href="#" data-role="button" data-mini="true">Inline</a>
86+
<a href="#" data-role="button" data-mini="true">Mini</a>
8787
</dd>
8888

8989
<dt><code>shadow</code> <em>boolean</em></dt>

0 commit comments

Comments
 (0)