From 52e7529f818502bc6a2dabcf83f863387b2b53d2 Mon Sep 17 00:00:00 2001 From: Rob Zolkos Date: Wed, 2 Mar 2016 11:57:54 +1000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad4c03379..2e5a28943 100644 --- a/README.md +++ b/README.md @@ -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 `` in the Highest level or smart component of Redux, so you might need these static method to control tooltip's behaviour in some situations