Procházet zdrojové kódy

Merge pull request #29541 from tim-zju/spellError

spell error: in other parts, they are lower-case
Vincent Demeester před 8 roky
rodič
revize
8a41c1d548
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      docs/api/v1.18.md

+ 2 - 2
docs/api/v1.18.md

@@ -21,8 +21,8 @@ redirect_from:
  - The daemon listens on `unix:///var/run/docker.sock` but you can
  - The daemon listens on `unix:///var/run/docker.sock` but you can
    [Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
    [Bind Docker to another host/port or a Unix socket](../reference/commandline/dockerd.md#bind-docker-to-another-host-port-or-a-unix-socket).
  - The API tends to be REST, but for some complex commands, like `attach`
  - The API tends to be REST, but for some complex commands, like `attach`
-   or `pull`, the HTTP connection is hijacked to transport `STDOUT`,
-   `STDIN` and `STDERR`.
+   or `pull`, the HTTP connection is hijacked to transport `stdout`,
+   `stdin` and `stderr`.
 
 
 ## 2. Endpoints
 ## 2. Endpoints