From a14b9eabdcf69a2ee13f163afd4af68e54440aee Mon Sep 17 00:00:00 2001 From: Nick Landolfi Date: Tue, 19 Sep 2023 13:01:04 -0700 Subject: [PATCH] typo: rm second "with" (#18238) --- content/registry/introduction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/registry/introduction.md b/content/registry/introduction.md index 2b736765d1..ef10f86b8b 100644 --- a/content/registry/introduction.md +++ b/content/registry/introduction.md @@ -9,7 +9,7 @@ title: About Registry A registry is a storage and content delivery system, holding named Docker images, available in different tagged versions. -For example, with the image `distribution/registry`, with tag `2.1`, users interact with with a registry by using Docker push and pull commands: +For example, with the image `distribution/registry`, with tag `2.1`, users interact with a registry by using Docker push and pull commands: ```console $ docker pull registry-1.docker.io/distribution/registry:2.1 @@ -72,4 +72,4 @@ golang are certainly useful as well for advanced operations or hacking. ## Next -Dive into [deploying your registry](deploying.md) \ No newline at end of file +Dive into [deploying your registry](deploying.md)