This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new fb8399f  Update import.md
     new ebf961b  Merge pull request #30 from michaelxiaohan/patch-1
fb8399f is described below

commit fb8399f6b42da157ac458e2533b8d339771ea080
Author: chaoge <249671...@qq.com>
AuthorDate: Fri Jan 7 16:15:49 2022 +0800

    Update import.md
---
 contents/zh/basics/import.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/zh/basics/import.md b/contents/zh/basics/import.md
index cc77440..5e55204 100644
--- a/contents/zh/basics/import.md
+++ b/contents/zh/basics/import.md
@@ -39,7 +39,7 @@ myChart.setOption({
 
 ## 按需引入 ECharts 图表和组件
 
-上面的代码会引入所有 ECharts 中所有的图表和组件,但是假如你不想引入所有组件,也可以使用 ECharts 提供的按需引入的接口来打包必须的组件。
+上面的代码会引入 ECharts 中所有的图表和组件,但是假如你不想引入所有组件,也可以使用 ECharts 提供的按需引入的接口来打包必须的组件。
 
 ```js
 // 引入 echarts 核心模块,核心模块提供了 echarts 使用必须要的接口。

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to