Skip to content

Commit f79b497

Browse files
Fix typo
1 parent c90daef commit f79b497

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
@@ -168,7 +168,7 @@ Use this prop if you want to control the visibility state of the tooltip.
168168

169169
`react-popper-tooltip` manages its own state internally. You can use this prop to pass the
170170
visibility state of the tooltip from the outside. You will be required to keep this state up to
171-
date (this is where `onVisibilityChange` becomes usefull), but you can also control the state
171+
date (this is where `onVisibilityChange` becomes useful), but you can also control the state
172172
from anywhere, be that state from other components, `redux`, `react-router`, or anywhere else.
173173

174174
### delayShow

0 commit comments

Comments
 (0)