This is an automated email from the ASF dual-hosted git repository.
kerwin pushed a commit to branch 3.1.9-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/3.1.9-prepare by this push:
new fefea119ed Fix a typo in development-environment-setup.md (#14767)
fefea119ed is described below
commit fefea119edbbe10ed5d5f220c475355e4fee0116
Author: wangzheyuan <[email protected]>
AuthorDate: Fri Aug 18 14:18:41 2023 +0800
Fix a typo in development-environment-setup.md (#14767)
---
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 d65454a06e..d2a1f8c42a 100644
--- a/docs/docs/en/contribute/development-environment-setup.md
+++ b/docs/docs/en/contribute/development-environment-setup.md
@@ -58,7 +58,7 @@ cd dolphinscheduler
-Pdocker,release
```
-When the command is finished you could find them by command `docker imaegs`.
+When the command is finished you could find them by command `docker images`.
* If you want to modify DolphinScheduler source code, build and push Docker
images to your registry <HUB_URL>,you can run when finished the modification