Skip to content

Commit 21e4314

Browse files
committed
Dialog: Fix botom typo. Fixes jquery#60
1 parent 886021a commit 21e4314

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
@@ -93,7 +93,7 @@
9393
<desc>Identifies the position of the dialog when opened. The <code>of</code> option defaults to the window, but you can specify another element to position against. You can refer to the <a href="/position">jQuery UI Position</a> utility for more details about the various options.</desc>
9494
</type>
9595
<type name="String">
96-
<desc>A string representing the position within the viewport. Possible values: <code>"center"</code>, <code>"left"</code>, <code>"right"</code>, <code>"top"</code>, <code>"botom"</code>.</desc>
96+
<desc>A string representing the position within the viewport. Possible values: <code>"center"</code>, <code>"left"</code>, <code>"right"</code>, <code>"top"</code>, <code>"bottom"</code>.</desc>
9797
</type>
9898
<type name="Array">
9999
<desc>An array containing an <em>x, y</em> coordinate pair in pixel offset from the top left corner of the viewport or the name of a possible string value.</desc>

0 commit comments

Comments
 (0)