From bc06b11777713633f13ba07119bbb1a45884c556 Mon Sep 17 00:00:00 2001 From: Daniel Tran <62652860+DanielGiangTran@users.noreply.github.com> Date: Wed, 23 Mar 2022 06:44:51 +1300 Subject: [PATCH] docs: fix typo in the redraw description (#1030) Co-authored-by: giangtran0305 --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;