Skip to content

Commit efc6e3a

Browse files
Brian-Pobgabrieljablonski
authored andcommitted
Fix typo in docs/options.mdx
1 parent 5064758 commit efc6e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/options.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ import 'react-tooltip/dist/react-tooltip.css'
121121
| `closeOnEsc` | `boolean` | no | `false` | `true` `false` | Pressing escape key will close the tooltip |
122122
| `style` | `CSSProperties` | no | | a React inline style | Add inline styles directly to the tooltip |
123123
| `position` | `{ x: number; y: number }` | no | | any `number` value for both `x` and `y` | Override the tooltip position on the DOM |
124-
| `isOpen` | `boolen` | no | handled by internal state | `true` `false` | The tooltip can be controlled or uncontrolled, this attribute can be used to handle show and hide tooltip outside tooltip (can be used **without** `setIsOpen`) |
124+
| `isOpen` | `boolean` | no | handled by internal state | `true` `false` | The tooltip can be controlled or uncontrolled, this attribute can be used to handle show and hide tooltip outside tooltip (can be used **without** `setIsOpen`) |
125125
| `setIsOpen` | `function` | no | | | The tooltip can be controlled or uncontrolled, this attribute can be used to handle show and hide tooltip outside tooltip |
126126
| `afterShow` | `function` | no | | | A function to be called after the tooltip is shown |
127127
| `afterHide` | `function` | no | | | A function to be called after the tooltip is hidden |

0 commit comments

Comments
 (0)