From 5667365ed1cddb57267f7c11fc1f9d92209e5aed Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Sun, 5 Jun 2016 14:03:23 -0700 Subject: [PATCH] Fix a couple of typos in docker attach docs. This fix fixes a couple of typos in docker attach docs: docs/reference/commandline/attach.md man/docker-attach.1.md Signed-off-by: Yong Tang --- docs/reference/commandline/attach.md | 2 +- man/docker-attach.1.md | 2 +- 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.