From 3b59e5a06a96b873803b4fb90a6191fb49de6b1d Mon Sep 17 00:00:00 2001 From: Keigo Hashimoto <94282183+hashimoto-kei@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:49:20 +0900 Subject: [PATCH] Fix typos --- docs/getting-started/installation/containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation/containers.md b/docs/getting-started/installation/containers.md index 593e569..e060d76 100644 --- a/docs/getting-started/installation/containers.md +++ b/docs/getting-started/installation/containers.md @@ -9,7 +9,7 @@ We offer two options for container-based development. 1. VS Code with Devcontainer 1. Containerized setup with `dip` gem -Due to the way our we setup our `docker-compose.yml`, standard `docker-compose up` command is not support. Please checkout the "Containerized setup with `dip` gem option" +Due to the way we setup our `docker-compose.yml`, standard `docker-compose up` command is not supported. Please checkout the "Containerized setup with `dip` gem option" If you encounter any errors with our Container setup, please kindly [report any issues](https://github.com/forem/forem/issues/new/choose)!