Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions packages/@react-spectrum/menu/docs/MenuTrigger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ keywords: [menu, dropdown, action menu]

## Content

The MenuTrigger accepts exactly two children: the Menu and the element which
triggers the opening of the Menu. The trigger element must be the first child passed into
the MenuTrigger and should support press events.
The MenuTrigger accepts exactly two children: the element which triggers the opening of the Menu and the Menu itself. The trigger element must be the first child passed into the MenuTrigger and should support press events.

## Events

Expand Down
2 changes: 1 addition & 1 deletion packages/@react-spectrum/tooltip/docs/Tooltip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ keywords: [tooltip]

## Content

Tooltips accept content as children. All content should be internationalized.
The TooltipTrigger accepts exactly two children: the element which triggers the display of the Tooltip and the Tooltip itself. The trigger element must be the first child passed into the TooltipTrigger. All content should be internationalized.

### Accessibility

Expand Down