Browse code

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 authored on 2016/06/06 06:12:25
Showing 2 changed files
... ...
@@ -52,7 +52,7 @@ foreground over a slow client connection. Instead, users should use the
52 52
 ## Override the detach sequence
53 53
 
54 54
 If you want, you can configure an override the Docker key sequence for detach.
55
-This is is useful if the Docker default sequence conflicts with key squence you
55
+This is useful if the Docker default sequence conflicts with key sequence you
56 56
 use for other applications. There are two ways to defines a your own detach key
57 57
 sequence, as a per-container override or as a configuration property on  your
58 58
 entire configuration.
... ...
@@ -44,7 +44,7 @@ attaching to a tty-enabled container (i.e.: launched with `-t`).
44 44
 # Override the detach sequence
45 45
 
46 46
 If you want, you can configure an override the Docker key sequence for detach.
47
-This is is useful if the Docker default sequence conflicts with key squence you
47
+This is useful if the Docker default sequence conflicts with key sequence you
48 48
 use for other applications. There are two ways to defines a your own detach key
49 49
 sequence, as a per-container override or as a configuration property on  your
50 50
 entire configuration.