This fix fixed a couple of typos in the docs of `docker attach`:
docs/reference/commandline/attach.md
man/docker-attach.1.md
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
| ... | ... |
@@ -53,7 +53,7 @@ foreground over a slow client connection. Instead, users should use the |
| 53 | 53 |
|
| 54 | 54 |
If you want, you can configure an override the Docker key sequence for detach. |
| 55 | 55 |
This is useful if the Docker default sequence conflicts with key sequence you |
| 56 |
-use for other applications. There are two ways to defines a your own detach key |
|
| 56 |
+use for other applications. There are two ways to define your own detach key |
|
| 57 | 57 |
sequence, as a per-container override or as a configuration property on your |
| 58 | 58 |
entire configuration. |
| 59 | 59 |
|
| ... | ... |
@@ -45,7 +45,7 @@ attaching to a tty-enabled container (i.e.: launched with `-t`). |
| 45 | 45 |
|
| 46 | 46 |
If you want, you can configure an override the Docker key sequence for detach. |
| 47 | 47 |
This is useful if the Docker default sequence conflicts with key sequence you |
| 48 |
-use for other applications. There are two ways to defines a your own detach key |
|
| 48 |
+use for other applications. There are two ways to define your own detach key |
|
| 49 | 49 |
sequence, as a per-container override or as a configuration property on your |
| 50 | 50 |
entire configuration. |
| 51 | 51 |
|