Skip to content

Commit cd39196

Browse files
committed
Fix of a typing error in the second option "hide"
1 parent 0ad49af commit cd39196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/dialog.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</option>
5454
<option name="hide" default='null'>
5555
<desc>The effect to be used when the dialog is closed.</desc>
56-
<type name="Ojbect" />
56+
<type name="Object" />
5757
</option>
5858
<option name="maxHeight" default='false'>
5959
<desc>The maximum height to which the dialog can be resized, in pixels.</desc>

0 commit comments

Comments
 (0)