From ede0dc8f0431e6d19ad174b767ace6e6539abb76 Mon Sep 17 00:00:00 2001 From: Dave Justice Date: Thu, 21 Jul 2016 16:23:57 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcfda077a..1cbdb93f1 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ method to control tooltip's behaviour in some situations #### Using tooltip within the modal (e.g. [react-modal](https://github.com/reactjs/react-modal)) The component was designed to set a `` one place then use tooltip everywhere, but a lot of people stuck in using this component with modal, you can check the discussion [here](https://github.com/wwayne/react-tooltip/issues/130), the summarization of solving the problem is as following: -1. Put `` out of the `` +1. Put `` out of the `` 2. Use `React.rebuild()` when opening the modal 3. If your modal's z-index happens to higher than the tooltip, use the attribute `class` to custom your tooltip's z-index