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

SbloodyS pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new b11b5af1c2 [Chore][Doc] Fix duplicated characters in Chinese docs 
(#18650)
b11b5af1c2 is described below

commit b11b5af1c27d60b6a31109e69a84bafb04da1328
Author: mengzhe gan <[email protected]>
AuthorDate: Thu Sep 17 09:39:17 2026 +0800

    [Chore][Doc] Fix duplicated characters in Chinese docs (#18650)
---
 docs/docs/zh/architecture/configuration.md               | 2 +-
 docs/docs/zh/contribute/development-environment-setup.md | 2 +-
 docs/docs/zh/contribute/join/code-conduct.md             | 2 +-
 docs/docs/zh/guide/task/datax.md                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/docs/zh/architecture/configuration.md 
b/docs/docs/zh/architecture/configuration.md
index 8952626ebf..335a9b1d2d 100644
--- a/docs/docs/zh/architecture/configuration.md
+++ b/docs/docs/zh/architecture/configuration.md
@@ -373,7 +373,7 @@ common.properties配置文件目前主要是配置hadoop/s3/yarn/applicationId
 
 ## dolphinscheduler_env.sh [环境变量配置]
 
-通过类似shell方式提交任务的的时候,会加载该配置文件中的环境变量到主机中。涉及到的 `JAVA_HOME`
+通过类似shell方式提交任务的时候,会加载该配置文件中的环境变量到主机中。涉及到的 `JAVA_HOME`
 任务类型的环境配置,其中任务类型主要有: Shell任务、Python任务、Spark任务、Flink任务、Datax任务等等。
 
 ```bash
diff --git a/docs/docs/zh/contribute/development-environment-setup.md 
b/docs/docs/zh/contribute/development-environment-setup.md
index 6a846c2129..97197c294b 100644
--- a/docs/docs/zh/contribute/development-environment-setup.md
+++ b/docs/docs/zh/contribute/development-environment-setup.md
@@ -145,7 +145,7 @@ RUN apt update ; \
 DolphinScheduler 开发环境配置有两个方式,分别是standalone模式,以及普通模式
 
 * [standalone模式](#dolphinscheduler-standalone快速开发模式):**推荐使用,但仅支持 1.3.9 
及以后的版本**,方便快速的开发环境搭建,能解决大部分场景的开发
-* 
[普通模式](#dolphinscheduler-普通开发模式):master、worker、api等单独启动,能更好的的模拟真实生产环境,可以覆盖的测试环境更多
+* 
[普通模式](#dolphinscheduler-普通开发模式):master、worker、api等单独启动,能更好的模拟真实生产环境,可以覆盖的测试环境更多
 
 ## DolphinScheduler Standalone快速开发模式
 
diff --git a/docs/docs/zh/contribute/join/code-conduct.md 
b/docs/docs/zh/contribute/join/code-conduct.md
index f649fd1053..dffbf1e749 100644
--- a/docs/docs/zh/contribute/join/code-conduct.md
+++ b/docs/docs/zh/contribute/join/code-conduct.md
@@ -62,7 +62,7 @@
 - 单数据断言,应使用`assertTrue`,`assertFalse`,`assertNull`和`assertNotNull`。
 - 多数据断言,应使用`assertThat`。
 - 精确断言,尽量不使用`not`,`containsString`断言。
-- 测试用例的真实值应名为为actualXXX,期望值应命名为expectedXXX。
+- 测试用例的真实值应命名为actualXXX,期望值应命名为expectedXXX。
 - 测试类和`@Test`标注的方法无需javadoc。
 - 公共规范
   - 每行长度不超过`200`个字符,保证每一行语义完整以便于理解。
diff --git a/docs/docs/zh/guide/task/datax.md b/docs/docs/zh/guide/task/datax.md
index a267963265..6b13477a22 100644
--- a/docs/docs/zh/guide/task/datax.md
+++ b/docs/docs/zh/guide/task/datax.md
@@ -42,7 +42,7 @@ DataX 任务类型,用于执行 DataX 程序。对于 DataX 节点,worker 
 
 ### 配置 DataX 任务节点
 
-由于默认的的数据源中并不包含从 Hive 中读取数据,所以需要自定义 json,可参考:[HDFS 
Writer](https://github.com/alibaba/DataX/blob/master/hdfswriter/doc/hdfswriter.md)。其中需要注意的是
 HDFS 路径上存在分区目录,在实际情况导入数据时,分区建议进行传参,即使用自定义参数。
+由于默认的数据源中并不包含从 Hive 中读取数据,所以需要自定义 json,可参考:[HDFS 
Writer](https://github.com/alibaba/DataX/blob/master/hdfswriter/doc/hdfswriter.md)。其中需要注意的是
 HDFS 路径上存在分区目录,在实际情况导入数据时,分区建议进行传参,即使用自定义参数。
 
 在编写好所需的 json 之后,可按照下图步骤进行配置节点内容。
 

Reply via email to