Merge pull request #29541 from tim-zju/spellError

spell error: in other parts, they are lower-case
(cherry picked from commit 8a41c1d548)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Vincent Demeester 2016-12-19 14:48:31 +01:00 committed by Sebastiaan van Stijn
parent a2ca630175
commit 8051adc7f3
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -21,8 +21,8 @@ redirect_from:
- 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).
- 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