From 69b5487e394b5b358461e1337009491c20e39dfb Mon Sep 17 00:00:00 2001 From: rochfeu <46478807+rochfeu@users.noreply.github.com> Date: Wed, 6 Jan 2021 09:25:10 +0100 Subject: [PATCH] Remove duplicate word in push.md Signed-off-by: Roch Feuillade --- docs/reference/commandline/push.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/push.md b/docs/reference/commandline/push.md index 80b0a2248e..a0906753c2 100644 --- a/docs/reference/commandline/push.md +++ b/docs/reference/commandline/push.md @@ -76,7 +76,7 @@ listed. ### Push all tags of an image -Use the `-a` (or `--all-tags`) option to push To push all tags of a local image. +Use the `-a` (or `--all-tags`) option to push all tags of a local image. The following example creates multiple tags for an image, and pushes all those tags to Docker Hub.