From 16e4c4ede46f07d7fc643f2d2c6030645368e3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Thu, 22 Jan 2026 08:14:43 +0100 Subject: [PATCH] Small QOL fix in shell samples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Mata --- docs/hosting/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosting/docker.md b/docs/hosting/docker.md index a0a6a2105..8fd6a25cf 100644 --- a/docs/hosting/docker.md +++ b/docs/hosting/docker.md @@ -26,7 +26,7 @@ docker run hello-world Open your terminal and create a directory where your app will run. Below is an example command with a recommended directory: ```bash -# Create a directory on your computer for Docker files (name whatever you'd like) +# Create a directory on your computer for Docker files (name it whatever you like) mkdir -p ~/docker-apps/sure # Once created, navigate your current working directory to the new folder