fix: typo in plugin-chart-echats controls (#31673)

This commit is contained in:
victor felder
2025-01-03 19:25:15 +01:00
committed by GitHub
parent ca12a1d466
commit bf1da0f91f
20 changed files with 20 additions and 20 deletions

View File

@@ -306,7 +306,7 @@ export const truncateXAxis: ControlSetItem = {
default: DEFAULT_FORM_DATA.truncateXAxis,
renderTrigger: true,
description: t(
'Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numercal X axis.',
'Truncate X Axis. Can be overridden by specifying a min or max bound. Only applicable for numerical X axis.',
),
},
};