Skip to content

Commit f124cc0

Browse files
committed
docs: Fix DialogTrigger -> TooltipTrigger typo in custom trigger section
1 parent 8d310eb commit f124cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)