From 34d2f6705209c12e9f2b46bac70a007849272d1d Mon Sep 17 00:00:00 2001 From: wangzheyuan <23622441+wangzheyuan@users.noreply.github.com> Date: Fri, 18 Aug 2023 14:18:41 +0800 Subject: [PATCH] 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 6222136eda..48b7ffce66 100644 --- a/docs/docs/en/contribute/development-environment-setup.md +++ b/docs/docs/en/contribute/development-environment-setup.md @@ -70,7 +70,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 ,you can run when finished the modification