Skip to content

Commit 08ca6d6

Browse files
committed
Adds missing bracket
1 parent 6fcc2cc commit 08ca6d6

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
@@ -79,7 +79,7 @@ className | data-class | String | | extra custom class, can use !importan
7979
wrapper | null | String | div, span | Selecting the wrapper element of the react tooltip, default is div
8080

8181
## Using react component as tooltip
82-
Check the example [React-tooltip Test](https://react-tooltip.netlify.com/
82+
Check the example [React-tooltip Test](https://react-tooltip.netlify.com/)
8383

8484
##### Note:
8585
1. **data-tip** is necessary, because `<ReactTooltip />` finds the tooltip via this attribute

0 commit comments

Comments
 (0)