We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7261009 commit a939103Copy full SHA for a939103
website/docs/getting-started/using.md
@@ -8,7 +8,7 @@ To use the Hook, first call it, telling it how many items your menu will have:
8
const { buttonProps, itemProps, isOpen } = useDropdownMenu(numberOfItems);
9
```
10
11
-Take the `buttonProps` object and spread it onto the menu button:
+Take the `buttonProps` object and spread it onto a button:
12
13
```jsx
14
<button {...buttonProps}>Example</button>
0 commit comments