From 5d402c1c27102b81d264c63bc34ee7bdb9088829 Mon Sep 17 00:00:00 2001 From: Brian Goff Date: Mon, 6 Jun 2016 22:39:33 -0400 Subject: [PATCH] Merge pull request #23331 from yongtang/06062016-docs-typo Fix a couple of typos in the docs of `docker attach` (cherry picked from commit 3d8fdbb6264c83975bfd36b68e3b67d12a3006c1) Signed-off-by: Sebastiaan van Stijn --- 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 d910872764..b70c26f452 100644 --- a/docs/reference/commandline/attach.md +++ b/docs/reference/commandline/attach.md @@ -53,7 +53,7 @@ foreground over a slow client connection. Instead, users should use the If you want, you can configure an override the Docker key sequence for detach. 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 +use for other applications. There are two ways to define 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 c02522eb52..c39d1c9290 100644 --- a/man/docker-attach.1.md +++ b/man/docker-attach.1.md @@ -45,7 +45,7 @@ attaching to a tty-enabled container (i.e.: launched with `-t`). If you want, you can configure an override the Docker key sequence for detach. 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 +use for other applications. There are two ways to define your own detach key sequence, as a per-container override or as a configuration property on your entire configuration.