From 9acfbbd74f2e1e9dffa2a8da20b1c5da602c65fa Mon Sep 17 00:00:00 2001 From: Casey Korver Date: Thu, 6 Jun 2024 02:15:23 +0000 Subject: [PATCH] Correct typos in docs/ and man/ Signed-off-by: Casey Korver --- docs/reference/commandline/volume_create.md | 2 +- man/Dockerfile.5.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/volume_create.md b/docs/reference/commandline/volume_create.md index 4f689ae622..fea1cbec84 100644 --- a/docs/reference/commandline/volume_create.md +++ b/docs/reference/commandline/volume_create.md @@ -57,7 +57,7 @@ A volume named "hello" already exists with the "some-other" driver. Choose a d ``` If you specify a volume name already in use on the current driver, Docker -assumes you want to re-use the existing volume and doesn't return an error. +assumes you want to reuse the existing volume and doesn't return an error. ### Driver-specific options (-o, --opt) diff --git a/man/Dockerfile.5.md b/man/Dockerfile.5.md index 106b094444..efa3da7592 100644 --- a/man/Dockerfile.5.md +++ b/man/Dockerfile.5.md @@ -48,7 +48,7 @@ A Dockerfile is similar to a Makefile. to a new image if necessary, before finally outputting the ID of the new image. The Docker daemon automatically cleans up the context it is given. - Docker re-uses intermediate images whenever possible. This significantly + Docker reuses intermediate images whenever possible. This significantly accelerates the *docker build* process. # FORMAT