diff --git a/src/types.ts b/src/types.ts index 38f5083f2..36f9eeeb2 100644 --- a/src/types.ts +++ b/src/types.ts @@ -40,7 +40,7 @@ export interface ChartProps< */ plugins?: Plugin[]; /** - * Teardown and redraw chart on everu update + * Teardown and redraw chart on every update * @default false */ redraw?: boolean;