Skip to content

Commit

Permalink
Merge pull request docker#5123 from korverdev/typos_docs
Browse files Browse the repository at this point in the history
Correct typos in `docs/` and `man/`
  • Loading branch information
thaJeztah authored Jun 6, 2024
2 parents 465208e + 9acfbbd commit 9b61bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/commandline/volume_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### <a name="opt"></a> Driver-specific options (-o, --opt)

Expand Down
2 changes: 1 addition & 1 deletion man/Dockerfile.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b61bbb

Please sign in to comment.