Skip to content

Commit

Permalink
Merge pull request #81 from robzolkos/fix-typo-in-readme
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
wwayne committed Mar 2, 2016
2 parents 0856392 + 52e7529 commit 14528ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Check the example [React-tooltip Test](http://wwayne.com/react-tooltip)
### Methods
`ReactTooltip.hide()` for hide the tooltip manually

`ReactTooltup.rebuild()` for re-bind tooltip to the corresponding element
`ReactTooltip.rebuild()` for re-bind tooltip to the corresponding element

I suggest always put `<ReactTooltip />` in the Highest level or smart component of Redux, so you might need these static
method to control tooltip's behaviour in some situations
Expand Down

0 comments on commit 14528ee

Please sign in to comment.