Skip to content

Commit

Permalink
docs(types): fix typo (#535)
Browse files Browse the repository at this point in the history
* docs(types): fix typo

* chore: fix typo
  • Loading branch information
100gle authored Mar 27, 2023
1 parent a35220e commit e33247b
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 @@ -56,7 +56,7 @@ export type EChartsReactProps = {
*/
readonly opts?: Opts;
/**
* when after chart reander, do the callback widht echarts instance
* when after chart reander, do the callback with echarts instance
*/
readonly onChartReady?: (instance: EChartsInstance) => void;
/**
Expand Down

0 comments on commit e33247b

Please sign in to comment.