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 5c2136f  Update get-started.md
     new 70938cb  Merge pull request #41 from randyl/patch-1
5c2136f is described below

commit 5c2136f28c1afd3be076de3c444caccaca74efb7
Author: randyl <randy.la...@gmail.com>
AuthorDate: Sat Feb 19 20:10:25 2022 -0600

    Update get-started.md
    
    Fix typo
---
 contents/en/get-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/en/get-started.md b/contents/en/get-started.md
index b92c799..9741e77 100644
--- a/contents/en/get-started.md
+++ b/contents/en/get-started.md
@@ -27,7 +27,7 @@ When you open this `index.html`, you will see an empty page. 
But don't worry. Op
 
 ## Plotting a Simple Chart
 
-Before drawing we need to prepare a DOM container for ECharts with a defined 
height and width. After the following code after the `</head>` tag introduced 
earlier.
+Before drawing we need to prepare a DOM container for ECharts with a defined 
height and width. Add the following code after the `</head>` tag introduced 
earlier.
 
 ```html
 <body>

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

Reply via email to