Browse code

Fixed typo in remote API doc

Phil Spitler authored on 2013/05/19 21:37:02
Showing 1 changed files
... ...
@@ -9,7 +9,7 @@ Docker Remote API
9 9
 
10 10
 - The Remote API is replacing rcli
11 11
 - Default port in the docker deamon is 4243 
12
-- The API tends to be REST, but for some complex commands, like attach or pull, the HTTP connection in hijacked to transport stdout stdin and stderr
12
+- 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
13 13
 
14 14
 2. Endpoints
15 15
 ============