Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-costa-frontify committed Sep 13, 2024
1 parent c897488 commit bb0f77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export type TooltipTriggerProps = {
* Whether the trigger should be applied to the child of a wrapper element.
* If disabled, the margins around the element will not affect the tooltip positioning.
* Enable this if you have styling or behavioral issues with the child element.
* @default true
* @default false
*/
wrapChild?: boolean;
children: ReactNode;
Expand Down

0 comments on commit bb0f77d

Please sign in to comment.