Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in documentation of volume create #2198

Merged
merged 1 commit into from
Nov 26, 2019
Merged

Conversation

usb79
Copy link
Contributor

@usb79 usb79 commented Nov 15, 2019

remove doubled negation (doesn't not => does not)

- What I did
fix a typo in the documentation of volume create (which is also used in the man page)

- How I did it
remove doubled negation (doesn't not => does not)

- How to verify it
have a look at the documentation before and after

- Description for the changelog
fix typo in documentation: remove doubled negation (doesn't not => does not)

- A picture of a cute animal (not mandatory but encouraged)
w c(..)o (
_(-) __)
/\ (
/(
)___)
w /|
|
m m

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "patch-1" git@github.com:usb79/cli.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

remove doubled negation (doesn't not => does not)

Signed-off-by: USB79 <ulrich.bareth@gmail.com>
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@thaJeztah thaJeztah merged commit fc83b94 into docker:master Nov 26, 2019
@thaJeztah thaJeztah added this to the next milestone Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants