Skip to content

Commit e0b3161

Browse files
committed
chore: remove repetitive words
Signed-off-by: racequite <[email protected]>
1 parent 91752dd commit e0b3161

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/compose/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2388,7 +2388,7 @@ naming scheme accordingly before upgrading.
23882388
- The `pid` option in a service's definition now supports a `service:<name>`
23892389
value.
23902390

2391-
- Added support for the `storage_opt` parameter in in service definitions.
2391+
- Added support for the `storage_opt` parameter in service definitions.
23922392
This option is not available for the v3 format
23932393

23942394
#### All formats

content/desktop/previous-versions/3.x-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ This page contains release notes for Docker Desktop for Mac 3.x.
105105
### Bug fixes and minor changes
106106

107107
- **Volume Management**
108-
- Users can now remove a file or directory inside a volume using the the Docker Dashboard.
108+
- Users can now remove a file or directory inside a volume using the Docker Dashboard.
109109
- The **Volumes** view in Docker Dashboard displays the last modified time and the size of the contents inside a volume.
110110
- Users can save the files and directories inside a volume from Docker Dashboard.
111111
- Fixed a bug that caused Docker to fail to start because `/usr/bin` was not present on the `PATH`. Fixes [docker/for-mac#5770](https://github.com/docker/for-mac/issues/5770)

content/desktop/previous-versions/3.x-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ This page contains release notes for Docker Desktop for Windows 3.x.
113113
### Bug fixes and minor changes
114114

115115
- **Volume Management**
116-
- Users can now remove a file or directory inside a volume using the the Docker Dashboard.
116+
- Users can now remove a file or directory inside a volume using the Docker Dashboard.
117117
- The **Volumes** view in Docker Dashboard displays the last modified time and the size of the contents inside a volume.
118118
- Users can save the files and directories inside a volume from Docker Dashboard.
119119
- Fixed an issue that caused credStore timeout errors when running the `docker login` command. Fixes [docker/for-win#11472](https://github.com/docker/for-win/issues/11472)

content/engine/release-notes/20.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fixes and enhancements.
115115
- Update Docker Compose to [v2.12.2](https://github.com/docker/compose/releases/tag/v2.12.2).
116116
- Update Docker Scan to [v0.21.0](https://github.com/docker/scan-cli-plugin/releases/tag/v0.21.0).
117117
- Update containerd (`containerd.io` package) to [v1.6.9](https://github.com/containerd/containerd/releases/tag/v1.6.9).
118-
- Update bundled BuildKit version to to fix `output clipped, log limit 1MiB reached` errors [moby/moby#44339](https://github.com/moby/moby/pull/44339).
118+
- Update bundled BuildKit version to fix `output clipped, log limit 1MiB reached` errors [moby/moby#44339](https://github.com/moby/moby/pull/44339).
119119

120120
### Bug fixes and enhancements
121121
- Remove experimental gate for `--platform` in bash completion [docker/cli#3824](https://github.com/docker/cli/pull/3824).

data/glossary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Docker Desktop for Windows: |
8686
Docker Desktop for Windows uses WSL 2 or Hyper-V for
8787
virtualization. Docker Desktop for Windows is the best solution if you want to build, debug, test, package, and ship Dockerized applications from Windows machines.
8888
Docker Desktop for Linux: |
89-
Docker Desktop for Linux is an an easy-to-install, lightweight Docker development environment designed specifically for Linux machines. It's the best solution if you want to build, debug, test, package, and ship Dockerized applications on a Linux machine.
89+
Docker Desktop for Linux is an easy-to-install, lightweight Docker development environment designed specifically for Linux machines. It's the best solution if you want to build, debug, test, package, and ship Dockerized applications on a Linux machine.
9090
Docker Hub: |
9191
[Docker Hub](https://hub.docker.com/) is a centralized resource for working with Docker and its components. It provides the following services:
9292

0 commit comments

Comments
 (0)