Skip to content

Commit

Permalink
docs: fix typo in the redraw description (#1030)
Browse files Browse the repository at this point in the history
Co-authored-by: giangtran0305 <[email protected]>
  • Loading branch information
DanielGiangTran and giangtran0305 authored Mar 22, 2022
1 parent a30a7f9 commit bc06b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface ChartProps<
*/
plugins?: Plugin<TType>[];
/**
* Teardown and redraw chart on everu update
* Teardown and redraw chart on every update
* @default false
*/
redraw?: boolean;
Expand Down

0 comments on commit bc06b11

Please sign in to comment.