Skip to content

Commit 273cd14

Browse files
Update packages/@react-spectrum/s2/src/ActionMenu.tsx
Co-authored-by: Reid Barber <reid@reidbarber.com>
1 parent 79efc45 commit 273cd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-spectrum/s2/src/ActionMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface ActionMenuProps<T> extends
3030
Pick<ActionButtonProps, 'isDisabled' | 'isQuiet' | 'autoFocus' | 'size'>,
3131
StyleProps, DOMProps, AriaLabelingProps {
3232
/**
33-
* The size of the Trigger and Menu.
33+
* The size of the Menu.
3434
*
3535
* @default 'M'
3636
*/

0 commit comments

Comments
 (0)