Browse Source

cli.md: Add space

Felix Rabe 11 năm trước cách đây
mục cha
commit
12a4b376fd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/sources/reference/commandline/cli.md

+ 1 - 1
docs/sources/reference/commandline/cli.md

@@ -991,7 +991,7 @@ optionally suffixed with `:ro` or `:rw` to mount the volumes in read-only
 or read-write mode, respectively. By default, the volumes are mounted in
 the same mode (read write or read only) as the reference container.
 
-The `-a` flag tells `docker run` to bind to the container'sstdin, stdout or
+The `-a` flag tells `docker run` to bind to the container's stdin, stdout or
 stderr. This makes it possible to manipulate the output and input as needed.
 
     $ sudo echo "test" | docker run -i -a stdin ubuntu cat -