Skip to content

Commit

Permalink
docs(www): fix typo (#4232)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGPowell authored Jul 9, 2024
1 parent f0093d6 commit f6ad10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/content/docs/components/chart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f6ad10a

Please sign in to comment.