Skip to content

Commit

Permalink
missed space error
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee committed Dec 1, 2021
1 parent 8543e2a commit ac69e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.esm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ export interface Plugin<TType extends ChartType = ChartType, O = AnyObject> exte
* @param {object} args - The call arguments.
* @param {object} options - The plugin options.
*/
beforeDestroy?(chart: Chart, args: EmptyObject, options: O): void;
beforeDestroy?(chart: Chart, args: EmptyObject, options: O): void;
/**
* Called after the chart has been destroyed.
* @param {Chart} chart - The chart instance.
Expand Down

0 comments on commit ac69e2b

Please sign in to comment.