Fix gender pronouns and the odd typo (#31709)

This commit is contained in:
Kenny Gillen 2017-10-13 18:52:38 +01:00 committed by Ryan Brown
parent e2f16cfaf7
commit 1234a79349
6 changed files with 7 additions and 7 deletions

View file

@ -68,7 +68,7 @@ options:
state:
version_added: '2.3'
description:
- This controls the current state of the user. C(present) will login in a user, C(absent) will log him out.
- This controls the current state of the user. C(present) will login in a user, C(absent) will log them out.
- To logout you only need the registry server, which defaults to DockerHub.
- Before 2.1 you could ONLY log in.
- docker does not support 'logout' with a custom config file.