Skip to content

Commit

Permalink
docs(README) (#346)
Browse files Browse the repository at this point in the history
Missing space
  • Loading branch information
tony authored Jul 4, 2022
1 parent 393ce98 commit eb22b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Online examples: <https://react-component.github.io/tooltip/examples/>
<td>destroyTooltipOnHide</td>
<td>boolean | { keepParent: boolean }</td>
<td>false</td>
<td>whether destroy tooltip when tooltip is hidden.In general, destroyTooltipOnHide will only remove itself instead of parent container of it.Parent container will be removed include tooltip when keepParent is true</td>
<td>whether destroy tooltip when tooltip is hidden.In general, destroyTooltipOnHide will only remove itself instead of parent container of it. Parent container will be removed include tooltip when keepParent is true</td>
</tr>
<tr>
<td>id</td>
Expand Down

0 comments on commit eb22b7b

Please sign in to comment.