From e1e08ea6c7925ed51a5b316fbc0a6c777f943534 Mon Sep 17 00:00:00 2001 From: Sas Swart Date: Wed, 16 Oct 2024 05:16:11 +0000 Subject: [PATCH] fix(docs): fix a typo in the devcontainer documentation --- docs/admin/templates/managing-templates/devcontainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/templates/managing-templates/devcontainers.md b/docs/admin/templates/managing-templates/devcontainers.md index de10582c24c90..088f733adceb3 100644 --- a/docs/admin/templates/managing-templates/devcontainers.md +++ b/docs/admin/templates/managing-templates/devcontainers.md @@ -37,7 +37,7 @@ iterate on their development environments. - [Devcontainers (Docker)](https://github.com/coder/coder/tree/main/examples/templates/devcontainer-docker) provisions a development container using Docker. - [Devcontainers (Kubernetes)](https://github.com/coder/coder/tree/main/examples/templates/devcontainer-kubernetes) - provisioners a development container on the Kubernetes. + provisions a development container on the Kubernetes. - [Google Compute Engine (Devcontainer)](https://github.com/coder/coder/tree/main/examples/templates/gcp-devcontainer) runs a development container inside a single GCP instance. It also mounts the Docker socket from the VM inside the container to enable Docker inside the