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-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 93f3b794 fix(typo): fix some typos (#419)
93f3b794 is described below

commit 93f3b794cc399cd2e5edd82e3243495b8a21a558
Author: gitforhlp <[email protected]>
AuthorDate: Thu Aug 22 13:53:54 2024 +0800

    fix(typo): fix some typos (#419)
    
    
    ---------
    
    Co-authored-by: huanglp <[email protected]>
    Co-authored-by: plainheart <[email protected]>
---
 en/api/action.md                          | 4 ++--
 en/changelog.md                           | 2 +-
 zh/option/partial/style-shadow-opacity.md | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en/api/action.md b/en/api/action.md
index 77049267..0bd5cf04 100644
--- a/en/api/action.md
+++ b/en/api/action.md
@@ -294,7 +294,7 @@ dispatchAction({
 
 ### takeGlobalCursor(Action)
 
-Activate or inactivate `dataZoom` buttom in `toolbox`.
+Activate or inactivate `dataZoom` button in `toolbox`.
 
 ```ts
 myChart.dispatchAction({
@@ -474,7 +474,7 @@ The parameters are the same as [action 
brush](~action.brush.brush).
 ### takeGlobalCursor
 
 The switch of the brush. This action can make the mouse enabled/disabled to 
brush.
-In fact, the brush buttons in [toolbox](option.html#toolbox.feature.brush) 
just use this aciton.
+In fact, the brush buttons in [toolbox](option.html#toolbox.feature.brush) 
just use this action.
 
 This event corresponding to this action is 
[globalCursorTaken](~events.globalCursorTaken).
 
diff --git a/en/changelog.md b/en/changelog.md
index 6da6a2b5..d49abe93 100644
--- a/en/changelog.md
+++ b/en/changelog.md
@@ -1859,7 +1859,7 @@ Recovery Build
 
 + [^] fix `the bug that update data can not be shown in `setOption` after 
emptying line chart data in v3.1.1.
 
-+ [^] fix possiblity of reporting `id duplicates` error in 
`setOption(chart.getOption())` . Fix 
[#2635](https://github.com/apache/incubator-echarts/issues/2635)
++ [^] fix possibility of reporting `id duplicates` error in 
`setOption(chart.getOption())` . Fix 
[#2635](https://github.com/apache/incubator-echarts/issues/2635)
 
 + [^] allow to customize toolbox toobar. See details in 
[toolbox.feature](https://ecomfe.github.io/echarts-doc/public/en/option.html#toolbox.feature)
 
diff --git a/zh/option/partial/style-shadow-opacity.md 
b/zh/option/partial/style-shadow-opacity.md
index 376e0372..23224c9f 100644
--- a/zh/option/partial/style-shadow-opacity.md
+++ b/zh/option/partial/style-shadow-opacity.md
@@ -16,7 +16,7 @@
 ```
 
 {{ if: ${needShow} }}
-**注意**:此配置项生效的前提是,设置了 `show: true` 以及值不为 `tranparent` 的背景色 `backgroundColor`。
+**注意**:此配置项生效的前提是,设置了 `show: true` 以及值不为 `transparent` 的背景色 `backgroundColor`。
 {{ /if }}
 
 #${prefix} shadowColor(Color) = ${defaultShadowColor}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to