Skip to content

Commit 464fe21

Browse files
authored
Fix documentation on return type of useMenuSection (#1461)
We had a copy paste issue
1 parent c38da30 commit 464fe21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-aria/menu/src/useMenuSection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ interface MenuSectionAria {
2727
/** Props for the heading element, if any. */
2828
headingProps: HTMLAttributes<HTMLElement>,
2929

30-
/** Props for the heading element, if any. */
30+
/** Props for the group element. */
3131
groupProps: HTMLAttributes<HTMLElement>
3232
}
3333

0 commit comments

Comments
 (0)