diff --git a/packages/react-aria-components/src/Button.tsx b/packages/react-aria-components/src/Button.tsx index 2824d0a47d1..743961ee3d7 100644 --- a/packages/react-aria-components/src/Button.tsx +++ b/packages/react-aria-components/src/Button.tsx @@ -44,8 +44,8 @@ export interface ButtonRenderProps { export interface ButtonProps extends Omit, HoverEvents, SlotProps, RenderProps { /** - * The
element to associate the button with. - * The value of this attribute must be the id of a in the same document. + * The `` element to associate the button with. + * The value of this attribute must be the id of a `` in the same document. */ form?: string, /**