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

kezhenxu94 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 8205444e0a [DolphinScheduler] Fix wrong class name in doc (#10438)
8205444e0a is described below

commit 8205444e0a9265b7f76a498ae9d0e7091800aac5
Author: 阿福Chris <[email protected]>
AuthorDate: Tue Jun 14 19:53:33 2022 +0800

    [DolphinScheduler] Fix wrong class name in doc (#10438)
---
 docs/docs/en/development/development-environment-setup.md | 2 +-
 docs/docs/zh/development/development-environment-setup.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/docs/en/development/development-environment-setup.md 
b/docs/docs/en/development/development-environment-setup.md
index 518bfb010e..0940682d6e 100644
--- a/docs/docs/en/development/development-environment-setup.md
+++ b/docs/docs/en/development/development-environment-setup.md
@@ -103,7 +103,7 @@ Use different Git branch to develop different codes
 
 ### Start backend server
 
-Find the class `org.apache.dolphinscheduler.server.StandaloneServer` in 
Intellij IDEA and clikc run main function to startup.
+Find the class `org.apache.dolphinscheduler.StandaloneServer` in Intellij IDEA 
and clikc run main function to startup.
 
 ### Start frontend server
 
diff --git a/docs/docs/zh/development/development-environment-setup.md 
b/docs/docs/zh/development/development-environment-setup.md
index cd7cdd1721..5b2dbe0595 100644
--- a/docs/docs/zh/development/development-environment-setup.md
+++ b/docs/docs/zh/development/development-environment-setup.md
@@ -99,7 +99,7 @@ DolphinScheduler 开发环境配置有两个方式,分别是standalone模式
 
 ### 启动后端
 
-在 Intellij IDEA 找到并启动类 `org.apache.dolphinscheduler.server.StandaloneServer` 
即可完成后端启动
+在 Intellij IDEA 找到并启动类 `org.apache.dolphinscheduler.StandaloneServer` 即可完成后端启动
 
 ### 启动前端
 

Reply via email to