docs(types): fix typo (#535)

* docs(types): fix typo

* chore: fix typo
This commit is contained in:
Xiaoyue Lin 2023-03-27 16:39:22 +08:00 committed by GitHub
parent a35220e42c
commit e33247b9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
/**