From f6ad10abd579527e0f679fee6df3b28d11bc9174 Mon Sep 17 00:00:00 2001 From: OGPowell <84723140+OGPowell@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:08:37 -0400 Subject: [PATCH] docs(www): fix typo (#4232) --- apps/www/content/docs/components/chart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/components/chart.mdx b/apps/www/content/docs/components/chart.mdx index 410039b7450..45f638c8212 100644 --- a/apps/www/content/docs/components/chart.mdx +++ b/apps/www/content/docs/components/chart.mdx @@ -20,7 +20,7 @@ Charts are designed to look great out of the box. They work well with the other We use [Recharts](https://recharts.org/) under the hood. -We designed the `chart` component with composition in mind. **You build your charts using Recharts components and only bring in custom components, such as `ChartTootlip`, when and where you need it**. +We designed the `chart` component with composition in mind. **You build your charts using Recharts components and only bring in custom components, such as `ChartTooltip`, when and where you need it**. ```tsx showLineNumbers /ChartContainer/ /ChartTooltipContent/ import { Bar, BarChart } from "recharts"