Skip to content

Commit 8a7f05f

Browse files
authored
fix: correct typos in docs/components/chart (#8750)
1 parent db004ce commit 8a7f05f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/v4/content/docs/components/chart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ You can now build your chart using Recharts components.
193193

194194
<Callout className="mt-4 bg-amber-50 border-amber-200 dark:bg-amber-950/50 dark:border-amber-950">
195195

196-
**Important:** Remember to set a `min-h-[VALUE]` on the `ChartContainer` component. This is required for the chart be responsive.
196+
**Important:** Remember to set a `min-h-[VALUE]` on the `ChartContainer` component. This is required for the chart to be responsive.
197197

198198
</Callout>
199199

@@ -370,7 +370,7 @@ The chart config is where you define the labels, icons and colors for a chart.
370370

371371
It is intentionally decoupled from chart data.
372372

373-
This allows you to share config and color tokens between charts. It can also works independently for cases where your data or color tokens live remotely or in a different format.
373+
This allows you to share config and color tokens between charts. It can also work independently for cases where your data or color tokens live remotely or in a different format.
374374

375375
```tsx showLineNumbers /ChartConfig/
376376
import { Monitor } from "lucide-react"
@@ -394,7 +394,7 @@ const chartConfig = {
394394

395395
## Theming
396396

397-
Charts has built-in support for theming. You can use css variables (recommended) or color values in any color format, such as hex, hsl or oklch.
397+
Charts have built-in support for theming. You can use css variables (recommended) or color values in any color format, such as hex, hsl or oklch.
398398

399399
### CSS Variables
400400

0 commit comments

Comments
 (0)