From e0b31619dbf0c79114db940a182e15601625fd72 Mon Sep 17 00:00:00 2001 From: racequite Date: Fri, 19 Apr 2024 12:57:01 +0800 Subject: [PATCH] chore: remove repetitive words Signed-off-by: racequite --- content/compose/release-notes.md | 2 +- content/desktop/previous-versions/3.x-mac.md | 2 +- content/desktop/previous-versions/3.x-windows.md | 2 +- content/engine/release-notes/20.10.md | 2 +- data/glossary.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/compose/release-notes.md b/content/compose/release-notes.md index 6a787cbe5e64..4cede5d1f722 100644 --- a/content/compose/release-notes.md +++ b/content/compose/release-notes.md @@ -2388,7 +2388,7 @@ naming scheme accordingly before upgrading. - The `pid` option in a service's definition now supports a `service:` value. -- Added support for the `storage_opt` parameter in in service definitions. +- Added support for the `storage_opt` parameter in service definitions. This option is not available for the v3 format #### All formats diff --git a/content/desktop/previous-versions/3.x-mac.md b/content/desktop/previous-versions/3.x-mac.md index 9b2553f9c82f..9802f8ac5aba 100644 --- a/content/desktop/previous-versions/3.x-mac.md +++ b/content/desktop/previous-versions/3.x-mac.md @@ -105,7 +105,7 @@ This page contains release notes for Docker Desktop for Mac 3.x. ### Bug fixes and minor changes - **Volume Management** - - Users can now remove a file or directory inside a volume using the the Docker Dashboard. + - Users can now remove a file or directory inside a volume using the Docker Dashboard. - The **Volumes** view in Docker Dashboard displays the last modified time and the size of the contents inside a volume. - Users can save the files and directories inside a volume from Docker Dashboard. - 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) diff --git a/content/desktop/previous-versions/3.x-windows.md b/content/desktop/previous-versions/3.x-windows.md index 7fd1cf0d51f5..5e6d62e334c7 100644 --- a/content/desktop/previous-versions/3.x-windows.md +++ b/content/desktop/previous-versions/3.x-windows.md @@ -113,7 +113,7 @@ This page contains release notes for Docker Desktop for Windows 3.x. ### Bug fixes and minor changes - **Volume Management** - - Users can now remove a file or directory inside a volume using the the Docker Dashboard. + - Users can now remove a file or directory inside a volume using the Docker Dashboard. - The **Volumes** view in Docker Dashboard displays the last modified time and the size of the contents inside a volume. - Users can save the files and directories inside a volume from Docker Dashboard. - 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) diff --git a/content/engine/release-notes/20.10.md b/content/engine/release-notes/20.10.md index 04730d15d942..46a246da2876 100644 --- a/content/engine/release-notes/20.10.md +++ b/content/engine/release-notes/20.10.md @@ -115,7 +115,7 @@ fixes and enhancements. - Update Docker Compose to [v2.12.2](https://github.com/docker/compose/releases/tag/v2.12.2). - Update Docker Scan to [v0.21.0](https://github.com/docker/scan-cli-plugin/releases/tag/v0.21.0). - Update containerd (`containerd.io` package) to [v1.6.9](https://github.com/containerd/containerd/releases/tag/v1.6.9). -- Update bundled BuildKit version to to fix `output clipped, log limit 1MiB reached` errors [moby/moby#44339](https://github.com/moby/moby/pull/44339). +- Update bundled BuildKit version to fix `output clipped, log limit 1MiB reached` errors [moby/moby#44339](https://github.com/moby/moby/pull/44339). ### Bug fixes and enhancements - Remove experimental gate for `--platform` in bash completion [docker/cli#3824](https://github.com/docker/cli/pull/3824). diff --git a/data/glossary.yaml b/data/glossary.yaml index b3f6e08988ab..5efee9df9bbc 100644 --- a/data/glossary.yaml +++ b/data/glossary.yaml @@ -86,7 +86,7 @@ Docker Desktop for Windows: | Docker Desktop for Windows uses WSL 2 or Hyper-V for virtualization. Docker Desktop for Windows is the best solution if you want to build, debug, test, package, and ship Dockerized applications from Windows machines. Docker Desktop for Linux: | - 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. + 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. Docker Hub: | [Docker Hub](https://hub.docker.com/) is a centralized resource for working with Docker and its components. It provides the following services: