Skip to content

Commit 4c9fbd3

Browse files
committed
Dialog: Fix description for buttons option
1 parent 089a62d commit 4c9fbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/dialog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<desc>The keys are the button labels and the values are the callbacks for when the associated button is clicked.</desc>
121121
</type>
122122
<type name="Array">
123-
<desc>Each element of the array must be an object defining the attributes, properties, and event handlers to set on the button. In addition, a key of <code>icons</code> can be used to control <a href="/button/#option-icons">button's <code>icons</code> option</a>, and a key of <code>showText</code> can be used to control <a href="/button/#option-text">button's <code>text</code> option</a>.</desc>
123+
<desc>Each element of the array must be an object defining the attributes, properties, and event handlers to set on the button. In addition, a key of <code>icon</code> can be used to control <a href="/button/#option-icon">button's <code>icon</code> option</a>, and a key of <code>showText</code> can be used to control <a href="/button/#option-text">button's <code>text</code> option</a>.</desc>
124124
</type>
125125
</option>
126126
<option name="classes" type="Object">

0 commit comments

Comments
 (0)