You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2022/07/25 06:45:59 UTC

[echarts-handbook] branch master updated: fix typo

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

wangzx 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 d2f276c  fix typo
     new 6e5a562  Merge pull request #59 from ikeq/master
d2f276c is described below

commit d2f276c57c8d10d9d76544e1c772b4d87b4b9f0a
Author: ikeq <ik...@foxmail.com>
AuthorDate: Thu Jul 21 22:50:27 2022 +0800

    fix typo
---
 contents/en/basics/import.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/en/basics/import.md b/contents/en/basics/import.md
index 3e8350a..eef6b2e 100644
--- a/contents/en/basics/import.md
+++ b/contents/en/basics/import.md
@@ -58,7 +58,7 @@ import {
 // Features like Universal Transition and Label Layout
 import { LabelLayout, UniversalTransition } from 'echarts/features';
 // Import the Canvas renderer
-// Note that introducing the CanvasRenderer or SVGRenderer is a required step
+// Note that including the CanvasRenderer or SVGRenderer is a required step
 import { CanvasRenderer } from 'echarts/renderers';
 
 // Register the required components


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