From c596769a218b6a845bf774258aa7f8959fe746ea Mon Sep 17 00:00:00 2001 From: Jose Quintas Date: Thu, 5 Dec 2024 11:40:35 +0100 Subject: [PATCH] [docs] Fix typo in charts axis documentation --- docs/data/charts/axis/axis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/charts/axis/axis.md b/docs/data/charts/axis/axis.md index 7f8098d27120c..d213ff6b3bd32 100644 --- a/docs/data/charts/axis/axis.md +++ b/docs/data/charts/axis/axis.md @@ -206,7 +206,7 @@ The x-axis label placement is based on the axis configuration, and the y-axis is ### Position Charts components provide 4 props: `topAxis`, `rightAxis`, `bottomAxis`, and `leftAxis` allowing to define the 4 axes of the chart. -Those pros can accept three type of value: +Those props can accept three type of value: - `null` to not display the axis - `string` which should correspond to the id of a `xAxis` for top and bottom. Or to the id of a `yAxis` for left and right.