Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75b5d71

Browse files
authored
fix(docs): fix a typo in the devcontainer documentation (coder#15102)
This PR fixes a minor typo in our documentation: https://coder.com/docs/admin/templates/managing-templates/devcontainers
1 parent fac77f9 commit 75b5d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/templates/managing-templates/devcontainers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ iterate on their development environments.
3737
- [Devcontainers (Docker)](https://github.com/coder/coder/tree/main/examples/templates/devcontainer-docker)
3838
provisions a development container using Docker.
3939
- [Devcontainers (Kubernetes)](https://github.com/coder/coder/tree/main/examples/templates/devcontainer-kubernetes)
40-
provisioners a development container on the Kubernetes.
40+
provisions a development container on the Kubernetes.
4141
- [Google Compute Engine (Devcontainer)](https://github.com/coder/coder/tree/main/examples/templates/gcp-devcontainer)
4242
runs a development container inside a single GCP instance. It also mounts the
4343
Docker socket from the VM inside the container to enable Docker inside the

0 commit comments

Comments
 (0)