Fix spelling errors across documentation and config files#24099
Merged
dvdksn merged 1 commit intodocker:mainfrom Feb 8, 2026
Merged
Fix spelling errors across documentation and config files#24099dvdksn merged 1 commit intodocker:mainfrom
dvdksn merged 1 commit intodocker:mainfrom
Conversation
- 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>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dvdksn
approved these changes
Feb 8, 2026
Contributor
|
Thanks! |
This was referenced Feb 8, 2026
thaJeztah
reviewed
Feb 8, 2026
| $ 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 |
Member
There was a problem hiding this comment.
This file is generated from the CLI; opened a PR to fix it in upstream;
thaJeztah
reviewed
Feb 8, 2026
| ### 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 |
Member
There was a problem hiding this comment.
Same for this one;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #24098
Changes
content/reference/api/hub/latest.yamlcontent/manuals/engine/release-notes/prior-releases.mdcontent/manuals/engine/release-notes/17.07.mdcontent/manuals/accounts/manage-account.mdcontent/guides/opentelemetry.mdcontent/guides/tensorflowjs.md_vale/Docker/Units.yml_vale/config/vocabularies/Docker/accept.txtdata/engine-cli/docker_image_rm.yamldata/engine-cli/docker_service_create.yamldata/buildx/docker_buildx_history_inspect_attachment.yamlTest plan