Skip to content

Commit a70c4e4

Browse files
committed
Menu: fix
1 parent c7f9a52 commit a70c4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/menu.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<h3 id="dividers">Dividers</h3>
5959

60-
<p>Divider elements can be created by including unlinked menu items that contain only spaces and/or dashes:</p>
60+
<p>Divider elements can be created by including menu items that contain only spaces and/or dashes:</p>
6161

6262
<pre><code><![CDATA[
6363
<ul id="menu">
@@ -191,7 +191,7 @@
191191
</method>
192192
<method name="focus" example-params='null, menu.find( ".ui-menu-item:last" )'>
193193
<desc>
194-
Activates a particular menu item, begins opening any sub-menu if present and triggers the menu's <a href="#event-focus"><code>focus</code></a> event.
194+
Activates the given menu item and triggers the menu's <a href="#event-focus"><code>focus</code></a> event. Opens the menu item's sub-menu, if one exists.
195195
</desc>
196196
<argument name="event" type="Event" optional="true">
197197
<desc>What triggered the menu item to gain focus.</desc>

0 commit comments

Comments
 (0)