docs(www): fix typo (#4232)

This commit is contained in:
OGPowell
2024-07-09 13:08:37 -04:00
committed by GitHub
parent f0093d6a41
commit f6ad10abd5

View File

@@ -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"