Skip to content

Commit dd32051

Browse files
committed
Tweak description
1 parent 7cd56c3 commit dd32051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/design/return-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ This Hook returns an object of the following shape:
4545
- **ref:** A React ref applied to each menu item, used to manage focus.
4646
- **isOpen:** A boolean value indicating if the menu is open or closed. The developer should use this value to make the menu visible or not.
4747
- **setIsOpen:** A function useful for allowing the developer to programmatically open/close the menu.
48-
- **moveFocus:** A function that changes internal pointer of currently focused element. This is useful when you want to allow seamless switching between keyboard and mouse use.
48+
- **moveFocus:** A function that moves the browser’s focus to the specified item index.

0 commit comments

Comments
 (0)