From e33247b9b8f55e53e8fa3a02bf92643877366559 Mon Sep 17 00:00:00 2001 From: Xiaoyue Lin <36526527+100gle@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:39:22 +0800 Subject: [PATCH] docs(types): fix typo (#535) * docs(types): fix typo * chore: fix typo --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 4d37a87..5e6119f 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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; /**