From 1dd5322031774b45cc040dc2bdca6f37fe9fd9ed Mon Sep 17 00:00:00 2001 From: Patrick Stoeckle Date: Thu, 2 Jul 2026 00:20:25 +0200 Subject: [PATCH] chore: fix typos in comments and documentation --- docs/features/test.md | 2 +- src/spec-common/commonUtils.ts | 4 ++-- src/spec-configuration/containerCollectionsOCI.ts | 2 +- .../containerFeaturesConfiguration.ts | 4 ++-- src/spec-configuration/containerFeaturesOrder.ts | 6 +++--- .../containerTemplatesConfiguration.ts | 6 +++--- src/spec-node/collectionCommonUtils/publish.ts | 2 +- .../collectionCommonUtils/publishCommandImpl.ts | 2 +- src/spec-node/dockerCompose.ts | 4 ++-- src/spec-node/dockerfileUtils.ts | 12 ++++++------ src/spec-node/featuresCLI/generateDocs.ts | 2 +- src/spec-node/singleContainer.ts | 6 +++--- src/spec-node/typings/node-pty.d.ts | 6 +++--- src/test/cli.build.test.ts | 2 +- .../containerFeaturesOrder.test.ts | 2 +- src/test/container-features/e2e.test.ts | 4 ++-- src/test/container-features/lifecycleHooks.test.ts | 6 +++--- .../registryCompatibilityOCI.test.ts | 4 ++-- .../container-templates/templatesCLICommands.test.ts | 4 ++-- 19 files changed, 40 insertions(+), 40 deletions(-) diff --git a/docs/features/test.md b/docs/features/test.md index 2770909ce..d83221c06 100644 --- a/docs/features/test.md +++ b/docs/features/test.md @@ -255,7 +255,7 @@ reportResults ## dev-container-features-test-lib -The `dev-container-features-test-lib` is convenience helper [defined in the CLI](https://github.com/devcontainers/cli/blob/1910ca41015c627b884ddd69ebc52d1e8cdd8cf0/src/spec-node/featuresCLI/utils.ts#L59) that adds several bash functions to organize test asserts. Note that using this libary **is not required**. +The `dev-container-features-test-lib` is convenience helper [defined in the CLI](https://github.com/devcontainers/cli/blob/1910ca41015c627b884ddd69ebc52d1e8cdd8cf0/src/spec-node/featuresCLI/utils.ts#L59) that adds several bash functions to organize test asserts. Note that using this library **is not required**. #### `check