Skip to content

Commit 54e9591

Browse files
committed
chore(README): Correct typo in README.md
1 parent 0668598 commit 54e9591

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
@@ -53,7 +53,7 @@ Global|Specific |Type |Values | Description
5353
event | data-event | String | e.g. click | custom event to trigger tooltip
5454
eventOff | data-event-off | String | e.g. click | custom event to hide tooltip (only makes effect after setting event attribute)
5555
globalEventOff | | 'string'| e.g. click| global event to hide tooltip (global only)
56-
isCapture | data-iscapture | Bool | true, false | when set to ture, custom event's propagation mode will be capture
56+
isCapture | data-iscapture | Bool | true, false | when set to true, custom event's propagation mode will be capture
5757
offset | data-offset | Object | top, right, bottom, left | `data-offset="{'top': 10, 'left': 10}"` for specific and `offset={{top: 10, left: 10}}` for global
5858
multiline | data-multiline | Bool | true, false | support `<br>`, `<br />` to make multiline
5959
class | data-class | String | | extra custom class, can use !important to overwrite react-tooltip's default class

0 commit comments

Comments
 (0)