summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <thaJeztah@users.noreply.github.com>2016-06-05 23:12:25 +0200
committerSebastiaan van Stijn <github@gone.nl>2016-06-06 20:37:24 +0200
commitf646c041b867471bbe2705f95ce4dd1e8001703c (patch)
tree03519ec2797b293e9176e5527579d2fb047335d7
parent683700619d41a64cca1fcc9e5dd97550c570545a (diff)
downloaddocker-f646c041b867471bbe2705f95ce4dd1e8001703c.tar.gz
Merge pull request #23282 from yongtang/06052016-docs-typo
Fix a couple of typos in docker attach docs. (cherry picked from commit cfcb470aad367dea7b9f6df96ff12f577a22a2b0) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r--docs/reference/commandline/attach.md2
-rw-r--r--man/docker-attach.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/commandline/attach.md b/docs/reference/commandline/attach.md
index 7158e40974..d910872764 100644
--- a/docs/reference/commandline/attach.md
+++ b/docs/reference/commandline/attach.md
@@ -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.
diff --git a/man/docker-attach.1.md b/man/docker-attach.1.md
index 5ddf96f68b..c02522eb52 100644
--- a/man/docker-attach.1.md
+++ b/man/docker-attach.1.md
@@ -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.