From 1a262fe258924ddf2976eafa17599a01af630bee Mon Sep 17 00:00:00 2001 From: Loumarven Date: Sun, 28 Mar 2021 15:44:43 +0800 Subject: [PATCH] Fix typo in Docker development setup guide --- docs/development/development-environment-docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/development-environment-docker/README.md b/docs/development/development-environment-docker/README.md index 9fa300df0d..3c410e3b85 100644 --- a/docs/development/development-environment-docker/README.md +++ b/docs/development/development-environment-docker/README.md @@ -167,5 +167,5 @@ Your Ruby version is 2.7.1, but your Gemfile specified ~> 2.7.2 This means that the current image is out-dated. You can update it like this: ``` -bin/comose build --pull +bin/compose build --pull ```