From 5fb5c388b5cf00ba9d4c09aa753fbd032f396507 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Tue, 27 Dec 2022 09:32:34 -0500 Subject: typo --- src/docker-from-docker/devcontainer-feature.json | 4 ++-- 1 file 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", -- cgit v1.2.3