Jelajahi Sumber

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>
Sebastiaan van Stijn 9 tahun lalu
induk
melakukan
f646c041b8
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      docs/reference/commandline/attach.md
  2. 1 1
      man/docker-attach.1.md

+ 1 - 1
docs/reference/commandline/attach.md

@@ -52,7 +52,7 @@ foreground over a slow client connection. Instead, users should use the
 ## Override the detach sequence
 ## Override the detach sequence
 
 
 If you want, you can configure an override the Docker key sequence for detach.
 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
 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
 sequence, as a per-container override or as a configuration property on  your
 entire configuration.
 entire configuration.

+ 1 - 1
man/docker-attach.1.md

@@ -44,7 +44,7 @@ attaching to a tty-enabled container (i.e.: launched with `-t`).
 # Override the detach sequence
 # Override the detach sequence
 
 
 If you want, you can configure an override the Docker key sequence for detach.
 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
 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
 sequence, as a per-container override or as a configuration property on  your
 entire configuration.
 entire configuration.