Prechádzať zdrojové kódy

Merge pull request #22751 from igrcic/docs-small-typo-reference-attach

remove double "using" in reference attach docs
(cherry picked from commit 6e12d0720fc6acdf55ee98013b33b6846645f153)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 9 rokov pred
rodič
commit
b42d833cd8
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      docs/reference/commandline/attach.md

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

@@ -28,7 +28,7 @@ detached  process.
 To stop a container, use `CTRL-c`. This key sequence sends `SIGKILL` to the
 To stop a container, use `CTRL-c`. This key sequence sends `SIGKILL` to the
 container. If `--sig-proxy` is true (the default),`CTRL-c` sends a `SIGINT` to
 container. If `--sig-proxy` is true (the default),`CTRL-c` sends a `SIGINT` to
 the container. You can detach from a container and leave it running using the
 the container. You can detach from a container and leave it running using the
-using `CTRL-p CTRL-q` key sequence.
+ `CTRL-p CTRL-q` key sequence.
 
 
 > **Note:**
 > **Note:**
 > A process running as PID 1 inside a container is treated specially by
 > A process running as PID 1 inside a container is treated specially by