Skip to content

Commit c72615e

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

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
@@ -41,7 +41,7 @@ You can import `node_modules/react-tooltip/standalone/react-tooltip.min.js` into
4141
Notes:
4242
* 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
4343
* 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
4545

4646
Check example: [React-tooltip Test](http://wwayne.com/react-tooltip)
4747

0 commit comments

Comments
 (0)