From 3a16c3bb092ef965040206d625124f031001e647 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 14 Sep 2023 13:44:39 +0200 Subject: [PATCH] docs: fix duplicate words in "docker tag" reference Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/tag.md b/docs/reference/commandline/tag.md index 5aa0bd2d6e..d2d3605d73 100644 --- a/docs/reference/commandline/tag.md +++ b/docs/reference/commandline/tag.md @@ -23,7 +23,7 @@ registry at `registry-1.docker.io` by default. Note that `docker.io` is the canonical reference for Docker's public registry. - `PORT_NUMBER`: If a hostname is present, it may optionally be followed by a registry port number in the format `:8080`. -- `PATH`: The path consists consists of slash-separated components. Each +- `PATH`: The path consists of slash-separated components. Each component may contain lowercase letters, digits and separators. A separator is defined as a period, one or two underscores, or one or more hyphens. A component may not start or end with a separator. While the