From d05946596efa3b1c925ac07fccd7d9f7aaa094ce Mon Sep 17 00:00:00 2001 From: "Adam M. Goyer" <1908555+AdamGoyer@users.noreply.github.com> Date: Tue, 3 Jun 2025 03:14:25 -0700 Subject: [PATCH] Fix typo in docker hosting documentation (#2318) --- 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 13f9469a..28ae6b16 100644 --- a/docs/hosting/docker.md +++ b/docs/hosting/docker.md @@ -19,7 +19,7 @@ Complete the following steps: docker run hello-world ``` -### Step 2: Configure your Docker Compose file and environnment +### Step 2: Configure your Docker Compose file and environment #### Create a directory for your app to run