Browse Source

Change some instances of this mistake in the documentation as well.

Signed-off-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@linux.com> (github: jfrazelle)
Jean-Paul Calderone 10 years ago
parent
commit
807f486f87
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/sources/reference/api/docker_remote_api_v1.17.md

+ 2 - 2
docs/sources/reference/api/docker_remote_api_v1.17.md

@@ -1616,12 +1616,12 @@ This API is valid only if `tty` was specified as part of creating and starting t
 **Example request**:
 **Example request**:
 
 
         POST /exec/e90e34656806/resize HTTP/1.1
         POST /exec/e90e34656806/resize HTTP/1.1
-        Content-Type: plain/text
+        Content-Type: text/plain
 
 
 **Example response**:
 **Example response**:
 
 
         HTTP/1.1 201 OK
         HTTP/1.1 201 OK
-        Content-Type: plain/text
+        Content-Type: text/plain
 
 
 Query Parameters:
 Query Parameters: