From f1120ce8b0719d01eb10df875a28cf44d4d6a688 Mon Sep 17 00:00:00 2001 From: Harsh Kumar <9u.harsh@gmail.com> Date: Wed, 7 Feb 2024 13:52:01 +0530 Subject: [PATCH] [docs] Fix `ChartsTooltip` typo (#11961) Signed-off-by: Harsh Kumar <9u.harsh@gmail.com> --- docs/data/charts/tooltip/tooltip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/charts/tooltip/tooltip.md b/docs/data/charts/tooltip/tooltip.md index 3837e7e8196ef..43ba5b298d15f 100644 --- a/docs/data/charts/tooltip/tooltip.md +++ b/docs/data/charts/tooltip/tooltip.md @@ -9,7 +9,7 @@ components: ChartsAxisTooltipContent, ChartsItemTooltipContent, ChartsTooltip, D

Tooltip provides extra data on charts item.

In all charts components, you can pass props to the tooltip by using `tooltip={{...}}`. -If you are using composition, you can add the `` component and pass props directly. +If you are using composition, you can add the `` component and pass props directly. ## Tooltip trigger