Skip to content

Commit f6b7416

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent fa51389 commit f6b7416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Online demo: https://tooltip-react-component.vercel.app/
8383
| mouseLeaveDelay | number | 0.1 | delay time (in second) before tooltip hides when mouse leave |
8484
| getTooltipContainer | (triggerNode: HTMLElement) => HTMLElement | () => document.body | get container of tooltip, default to body |
8585
| destroyOnHidden | boolean | false | destroy tooltip when it is hidden |
86-
| align | object | | align config of tooltip, ref [dom-align](https://github.com/yiminghe/dom-align). See [align overflow](#align-overflow) below |
86+
| align | object | | align config of tooltip, ref [dom-align](https://github.com/yiminghe/dom-align). See [Align Overflow](#align-overflow) below |
8787
| showArrow | boolean \| object | false | whether to show arrow of tooltip |
8888
| zIndex | number | | config popup tooltip zIndex |
8989
| classNames | classNames?: { root?: string; container?: string;}; | | Semantic DOM class |

0 commit comments

Comments
 (0)