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

zihaoxiang 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 f573f36301 [Chore][Doc] Fix typo for contribution docs (#17219)
f573f36301 is described below

commit f573f36301dc53b728e3dfda03e6476f180bf5e3
Author: npofsi koi | N/P硅 <[email protected]>
AuthorDate: Thu May 29 10:13:16 2025 +0800

    [Chore][Doc] Fix typo for contribution docs (#17219)
---
 docs/docs/en/contribute/development-environment-setup.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/en/contribute/development-environment-setup.md 
b/docs/docs/en/contribute/development-environment-setup.md
index 377ee8b90a..d570f54088 100644
--- a/docs/docs/en/contribute/development-environment-setup.md
+++ b/docs/docs/en/contribute/development-environment-setup.md
@@ -128,7 +128,7 @@ Use different Git branch to develop different codes
 
 ### Start backend server
 
-Find the class `org.apache.dolphinscheduler.StandaloneServer` in IntelliJ IDEA 
and clikc run main function to startup.
+Find the class `org.apache.dolphinscheduler.StandaloneServer` in IntelliJ IDEA 
and click run main function to startup.
 
 > Note: Please check the option `Add dependencies with "provided" scope to 
 > classpath` in the startup configuration before starting, so as to avoid the 
 > problem that no dependencies can be found during startup.
 

Reply via email to