diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 84cf089cad2..98bdf09a212 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -3268,11 +3268,11 @@ export type LinearScaleOptions = CartesianScaleOptions & { */ beginAtZero: boolean; /** - * Adjustment used when calculating the maximum data value. + * Adjustment used when calculating the minimum data value. */ suggestedMin?: number; /** - * Adjustment used when calculating the minimum data value. + * Adjustment used when calculating the maximum data value. */ suggestedMax?: number; /**