Skip to content

Commit 8b8c0f4

Browse files
authored
chore(readme): fix typo in prop defs
1 parent 68d6598 commit 8b8c0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Checkout out my <u use:tooltip={{ content: 'Hello World!' }}>tooltip</u>
5252
| autoPosition | Adjust tooltip position if viewport clipping occurs | `boolean` (default: `false`) |
5353
| content | The string or object containing componentref and props | `string` | `object` component (default: ``) |
5454
| delay | The animation delay in milliseconds to apply to the tooltip | `number` (default: `200`) |
55-
| hideOnOutsideClick | Hides a tooltip when an outside click occurs | `boolean` (default: `false`) |
55+
| hideOnClickOutside | Hides a tooltip when an outside click occurs | `boolean` (default: `false`) |
5656
| maxWidth | The max allowable width of the tooltip content | `number` (default: `200`) |
5757
| position | The position where the tooltip should appear relative to its parent | `string` (default: `top`) |
5858
| show | Allows you to manually control the tooltip visibility | `boolean` (default: `false`) |

0 commit comments

Comments
 (0)