-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Fix spelling errors across documentation and config files #24099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
|
Thanks! |
| $ 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for this one;
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