diff options
author | Josh Spicer <joshspicer@github.com> | 2022-12-27 17:32:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 17:32:34 +0300 |
commit | 5fb5c388b5cf00ba9d4c09aa753fbd032f396507 (patch) | |
tree | 521a88da55b3ac2031b61f6bc8533a53bf1bbcdd | |
parent | b6921f9b9f594b6674b25189eee41783e6c6f22e (diff) |
typo
-rw-r--r-- | src/docker-from-docker/devcontainer-feature.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docker-from-docker/devcontainer-feature.json b/src/docker-from-docker/devcontainer-feature.json index 2ebdd38..9948a62 100644 --- a/src/docker-from-docker/devcontainer-feature.json +++ b/src/docker-from-docker/devcontainer-feature.json @@ -1,9 +1,9 @@ { "id": "docker-from-docker", - "version": "1.0.7", + "version": "1.0.8", "name": "Docker (Docker-from-Docker)", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/docker-from-docker", - "descripton": "Re-use the host docker socket, adding the Docker CLI to a container. Feature invokes a script to enable using a forwarded Docker socket within a container to run Docker commands.", + "description": "Re-use the host docker socket, adding the Docker CLI to a container. Feature invokes a script to enable using a forwarded Docker socket within a container to run Docker commands.", "options": { "version": { "type": "string", |