Skip to content

Commit 25fc261

Browse files
committed
update README
1 parent d6d1d6a commit 25fc261

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ The event(s) that trigger the tooltip. One of `click`, `right-click`, `hover`, `
180180
181181
Function that can be used to obtain a trigger element reference.
182182

183-
### closeOnOutOfBoundaries
183+
### closeOnReferenceHidden
184184

185185
> `boolean` | defaults to `true`
186186
187-
Whether to close the tooltip when it's trigger is out of the boundary.
187+
Whether to close the tooltip when its trigger is out of boundary.
188188

189189
### usePortal
190190

@@ -208,10 +208,9 @@ Recommended usage with hover trigger and no arrow element
208208

209209
### modifiers
210210

211-
> `object`
211+
> `array` | defaults to []
212212
213-
Modifiers passed directly to the underlying popper.js instance.
214-
For more information, refer to Popper.js’ [modifier docs](https://popper.js.org/docs/v2/modifiers)
213+
Modifiers passed directly to the underlying popper.js instance. For more information, refer to Popper.js’ [modifier](https://popper.js.org/docs/v2/modifiers) docs.
215214

216215
### mutationObserverOptions
217216

0 commit comments

Comments
 (0)