Skip to content

Fix spelling errors across documentation and config files#24099

Merged
dvdksn merged 1 commit intodocker:mainfrom
luojiyin1987:fix/typo-corrections
Feb 8, 2026
Merged

Fix spelling errors across documentation and config files#24099
dvdksn merged 1 commit intodocker:mainfrom
luojiyin1987:fix/typo-corrections

Conversation

@luojiyin1987
Copy link
Contributor

Summary

Fixes #24098

  • Fix 14 spelling errors across 11 documentation and configuration files
  • Found using automated spell checking (typos-cli)

Changes

File Typo Correction
content/reference/api/hub/latest.yaml seee see
content/manuals/engine/release-notes/prior-releases.md dameon daemon
content/manuals/engine/release-notes/17.07.md plugable pluggable
content/manuals/accounts/manage-account.md adminstrative administrative
content/guides/opentelemetry.md docekr Docker
content/guides/tensorflowjs.md addFlagLables addFlagLabels (×3)
_vale/Docker/Units.yml terrabytes terabytes
_vale/config/vocabularies/Docker/accept.txt Dasboard Dashboard
data/engine-cli/docker_image_rm.yaml plaform platform (×2)
data/engine-cli/docker_service_create.yaml correponds corresponds
data/buildx/docker_buildx_history_inspect_attachment.yaml digset digest

Test plan

  • Verified each correction is accurate
  • No functional changes, documentation only

- seee → see (hub API docs)
- dameon → daemon (release notes)
- plugable → pluggable (release notes)
- adminstrative → administrative (account docs)
- docekr → Docker (opentelemetry guide)
- addFlagLables → addFlagLabels (tensorflowjs guide)
- terrabytes → terabytes (Vale config)
- Dasboard → Dashboard (Vale vocabulary)
- plaform → platform (CLI docs)
- correponds → corresponds (CLI docs)
- digset → digest (buildx docs)

Signed-off-by: luojiyin <luojiyin@hotmail.com>
@luojiyin1987 luojiyin1987 requested a review from dvdksn as a code owner February 8, 2026 05:17
@netlify
Copy link

netlify bot commented Feb 8, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 9be23c8
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69881c5b2876af00084947b6
😎 Deploy Preview https://deploy-preview-24099--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions bot added area/engine Issue affects Docker engine/daemon area/cli Relates to the CLI client area/api Relates to Docker API docs area/accounts Relates to Docker accounts area/tests area/guides labels Feb 8, 2026
@dvdksn
Copy link
Contributor

dvdksn commented Feb 8, 2026

Thanks!

@dvdksn dvdksn merged commit 74dba9a into docker:main Feb 8, 2026
18 checks passed
@luojiyin1987 luojiyin1987 deleted the fix/typo-corrections branch February 8, 2026 06:05
$ docker image rm --plaform linux/amd64 --platform linux/ppc64le myimage
$ docker image rm --plaform linux/amd64,linux/ppc64le myimage
$ docker image rm --platform linux/amd64 --platform linux/ppc64le myimage
$ docker image rm --platform linux/amd64,linux/ppc64le myimage
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is generated from the CLI; opened a PR to fix it in upstream;

### Inspect an attachment by digest

You can inspect an attachment directly using its digset, which you can get from
You can inspect an attachment directly using its digest, which you can get from
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for this one;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/accounts Relates to Docker accounts area/api Relates to Docker API docs area/cli Relates to the CLI client area/engine Issue affects Docker engine/daemon area/guides area/tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix spelling errors across documentation and config files

3 participants