From 1aa1c0f95ce2ba7d543cda8eacb2f90aca3c2500 Mon Sep 17 00:00:00 2001 From: Paulo Muchutti Date: Fri, 24 Feb 2023 11:40:46 -0300 Subject: [PATCH] Typo. s / `data-tooltip-it` / `data-tooltip-id` --- docs/docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started.mdx b/docs/docs/getting-started.mdx index 939d9402..e769c234 100644 --- a/docs/docs/getting-started.mdx +++ b/docs/docs/getting-started.mdx @@ -51,7 +51,7 @@ yarn add react-tooltip :::info -If you've been using V5 for a while, you'll notice we've deprecated the `anchorId` prop in favor of the `data-tooltip-it` attribute, or the `anchorSelect` prop. +If you've been using V5 for a while, you'll notice we've deprecated the `anchorId` prop in favor of the `data-tooltip-id` attribute, or the `anchorSelect` prop. For more info and more complex use cases using `anchorSelect`, check [the examples](./examples/anchor-select.mdx). :::