Skip to content

Commit 74dba9a

Browse files
authored
Merge pull request #24099 from luojiyin1987/fix/typo-corrections
Fix spelling errors across documentation and config files
2 parents 3e3f169 + 9be23c8 commit 74dba9a

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

_vale/Docker/Units.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ swap:
77
gigabytes?: GB
88
megabytes?: MB
99
petabytes?: PB
10-
terrabytes?: TB
10+
terabytes?: TB

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Django
6161
DMR
6262
Docker Build Cloud
6363
Docker Business
64-
Docker Dasboard
64+
Docker Dashboard
6565
Docker Desktop
6666
Docker Engine
6767
Docker Extension

content/guides/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this guide, you'll learn how to:
2525

2626
## Using OpenTelemetry with Docker
2727

28-
The [Docker Official Image for OpenTelemetry](https://hub.docker.com/r/otel/opentelemetry-collector-contrib) provides a convenient way to deploy and manage Dex instances. OpenTelemetry is available for various CPU architectures, including amd64, armv7, and arm64, ensuring compatibility with different devices and platforms. Same for the [Jaeger docekr image](https://hub.docker.com/r/jaegertracing/jaeger).
28+
The [Docker Official Image for OpenTelemetry](https://hub.docker.com/r/otel/opentelemetry-collector-contrib) provides a convenient way to deploy and manage Dex instances. OpenTelemetry is available for various CPU architectures, including amd64, armv7, and arm64, ensuring compatibility with different devices and platforms. Same for the [Jaeger Docker image](https://hub.docker.com/r/jaegertracing/jaeger).
2929

3030
## Prerequisites
3131

content/guides/tensorflowjs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,10 @@ gui
293293
.add(state, "backend", ["wasm", "webgl", "cpu"])
294294
.onChange(async (backend) => {
295295
await tf.setBackend(backend);
296-
addFlagLables();
296+
addFlagLabels();
297297
});
298298

299-
async function addFlagLables() {
299+
async function addFlagLabels() {
300300
if (!document.querySelector("#simd_supported")) {
301301
const simdSupportLabel = document.createElement("div");
302302
simdSupportLabel.id = "simd_supported";
@@ -385,7 +385,7 @@ const renderPrediction = async () => {
385385

386386
const setupPage = async () => {
387387
await tf.setBackend(state.backend);
388-
addFlagLables();
388+
addFlagLabels();
389389
await setupCamera();
390390
video.play();
391391

content/manuals/accounts/manage-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: accounts, docker ID, account settings, account management, docker home
77
---
88

99
You can centrally manage your Docker account using Docker Home, including
10-
adminstrative and security settings.
10+
administrative and security settings.
1111

1212
> [!TIP]
1313
>

content/manuals/engine/release-notes/17.07.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ toc_max: 2
6161

6262
### Swarm mode
6363

64-
* Initial support for plugable secret backends [moby/moby#34157](https://github.com/moby/moby/pull/34157) [moby/moby#34123](https://github.com/moby/moby/pull/34123)
64+
* Initial support for pluggable secret backends [moby/moby#34157](https://github.com/moby/moby/pull/34157) [moby/moby#34123](https://github.com/moby/moby/pull/34123)
6565
* Sort swarm stacks and nodes using natural sorting [docker/cli#315](https://github.com/docker/cli/pull/315)
6666
* Make engine support cluster config event [moby/moby#34032](https://github.com/moby/moby/pull/34032)
6767
* Only pass a join address when in the process of joining a cluster [moby/moby#33361](https://github.com/moby/moby/pull/33361)

content/manuals/engine/release-notes/prior-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ additional binaries; `dockerd`, and `docker-proxy`. If you have scripts for inst
10411041
* Support for AAAA Records (aka IPv6 Service Discovery) in embedded DNS Server ([#21396](https://github.com/docker/docker/pull/21396))
10421042
- Fix to not forward docker domain IPv6 queries to external servers ([#21396](https://github.com/docker/docker/pull/21396))
10431043
* Multiple A/AAAA records from embedded DNS Server for DNS Round robin ([#21019](https://github.com/docker/docker/pull/21019))
1044-
- Fix endpoint count inconsistency after an ungraceful dameon restart ([#21261](https://github.com/docker/docker/pull/21261))
1044+
- Fix endpoint count inconsistency after an ungraceful daemon restart ([#21261](https://github.com/docker/docker/pull/21261))
10451045
- Move the ownership of exposed ports and port-mapping options from Endpoint to Sandbox ([#21019](https://github.com/docker/docker/pull/21019))
10461046
- Fixed a bug which prevents docker reload when host is configured with ipv6.disable=1 ([#21019](https://github.com/docker/docker/pull/21019))
10471047
- Added inbuilt nil IPAM driver ([#21019](https://github.com/docker/docker/pull/21019))

content/reference/api/hub/latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ tags:
139139
description: |
140140
The groups endpoints allow you to manage your organization's teams and their members.
141141
142-
For more information, seee [Create and manage a team](https://docs.docker.com/admin/organization/manage-a-team/).
142+
For more information, see [Create and manage a team](https://docs.docker.com/admin/organization/manage-a-team/).
143143
- name: invites
144144
x-displayName: Invites
145145
x-audience: public

data/buildx/docker_buildx_history_inspect_attachment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ examples: |-
206206
207207
### Inspect an attachment by digest
208208
209-
You can inspect an attachment directly using its digset, which you can get from
209+
You can inspect an attachment directly using its digest, which you can get from
210210
the `inspect` output:
211211
212212
```console

data/engine-cli/docker_image_rm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ examples: |-
161161
The following uses of this option are equivalent;
162162
163163
```console
164-
$ docker image rm --plaform linux/amd64 --platform linux/ppc64le myimage
165-
$ docker image rm --plaform linux/amd64,linux/ppc64le myimage
164+
$ docker image rm --platform linux/amd64 --platform linux/ppc64le myimage
165+
$ docker image rm --platform linux/amd64,linux/ppc64le myimage
166166
```
167167
168168
The following example removes the `linux/amd64` and `linux/ppc64le` variants

0 commit comments

Comments
 (0)