From 40d68e9c606578aa22fa78f9528ccbb309b4f368 Mon Sep 17 00:00:00 2001 From: Hossein Abbasi <16090309+hsnabszhdn@users.noreply.github.com> Date: Sun, 6 Jul 2025 06:43:33 +1000 Subject: [PATCH] Fix casing for 'unix' --- docs/specs/devcontainer-features-distribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/devcontainer-features-distribution.md b/docs/specs/devcontainer-features-distribution.md index e2c09615..a537fbc5 100644 --- a/docs/specs/devcontainer-features-distribution.md +++ b/docs/specs/devcontainer-features-distribution.md @@ -184,7 +184,7 @@ Additional constraints exists when including local Features in a project: * The local Feature's sub-folder **must** contain at least a `devcontainer-feature.json` file and `install.sh` entrypoint script, mirroring the [previously outlined file structure](#Source-code). -The relative path is provided using unix-style path syntax (eg `./myFeature`) regardless of the host operating system. +The relative path is provided using Unix-style path syntax (eg `./myFeature`) regardless of the host operating system. An example project is illustrated below: