Skip to content

Commit a939103

Browse files
committed
changed “the menu” to “a”
1 parent 7261009 commit a939103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/getting-started/using.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use the Hook, first call it, telling it how many items your menu will have:
88
const { buttonProps, itemProps, isOpen } = useDropdownMenu(numberOfItems);
99
```
1010

11-
Take the `buttonProps` object and spread it onto the menu button:
11+
Take the `buttonProps` object and spread it onto a button:
1212

1313
```jsx
1414
<button {...buttonProps}>Example</button>

0 commit comments

Comments
 (0)