Skip to content

Commit 2ff5b81

Browse files
authored
docs: Fix DialogTrigger -> TooltipTrigger typo in custom trigger section (adobe#9484)
1 parent 144a538 commit 2ff5b81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dev/s2-docs/pages/react-aria/Tooltip.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function Example(props) {
108108

109109
## Custom trigger
110110

111-
`DialogTrigger` works with any focusable React Aria component (e.g. [Button](Button), [Link](Link), etc.). Use the `<Focusable>` component to wrap a custom trigger element such as a third party component or DOM element.
111+
`TooltipTrigger` works with any focusable React Aria component (e.g. [Button](Button), [Link](Link), etc.). Use the `<Focusable>` component to wrap a custom trigger element such as a third party component or DOM element.
112112

113113
```tsx render
114114
"use client"

0 commit comments

Comments
 (0)