You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ You can import `node_modules/react-tooltip/standalone/react-tooltip.min.js` into
41
41
Notes:
42
42
* The tooltip is using `type: dark``place: top``effect: float` as **default** attribute, you don't have to add these options if you don't want to change default
43
43
* The option you set on `<ReactTooltip />` component will be implemented on every tooltip in a same page: `<ReactTooltip effect="solid" />`
44
-
* The option you set on specific elecment, for example: `<a data-type="warning"></a>` will only make effect on this specific tooltip
44
+
* The option you set on specific element, for example: `<a data-type="warning"></a>` will only make effect on this specific tooltip
0 commit comments