diff --git a/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.ts b/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.ts index 8e5318eeff..3e1f2ce2f6 100644 --- a/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.ts +++ b/src/sql/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution.ts @@ -16,7 +16,7 @@ const properties: IJSONSchema = { properties: { yAxisMin: { type: 'number', - description: nls.localize('yAxisMin', "Minumum value of the y axis") + description: nls.localize('yAxisMin', "Minimum value of the y axis") }, yAxisMax: { type: 'number', @@ -28,7 +28,7 @@ const properties: IJSONSchema = { }, xAxisMin: { type: 'number', - description: nls.localize('xAxisMin', "Minumum value of the x axis") + description: nls.localize('xAxisMin', "Minimum value of the x axis") }, xAxisMax: { type: 'number',