Merge pull request #23282 from yongtang/06052016-docs-typo

Fix a couple of typos in docker attach docs.
(cherry picked from commit cfcb470aad)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2016-06-05 23:12:25 +02:00 committed by Sebastiaan van Stijn
parent 683700619d
commit f646c041b8
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ foreground over a slow client connection. Instead, users should use the
## Override the detach sequence
If you want, you can configure an override the Docker key sequence for detach.
This is is useful if the Docker default sequence conflicts with key squence you
This is useful if the Docker default sequence conflicts with key sequence you
use for other applications. There are two ways to defines a your own detach key
sequence, as a per-container override or as a configuration property on your
entire configuration.

View File

@ -44,7 +44,7 @@ attaching to a tty-enabled container (i.e.: launched with `-t`).
# Override the detach sequence
If you want, you can configure an override the Docker key sequence for detach.
This is is useful if the Docker default sequence conflicts with key squence you
This is useful if the Docker default sequence conflicts with key sequence you
use for other applications. There are two ways to defines a your own detach key
sequence, as a per-container override or as a configuration property on your
entire configuration.