浏览代码

Merge pull request #644 from philspitler/master

- Documentation: Fixed typo in remote api docs
Ken Cochrane 12 年之前
父节点
当前提交
6471fd3825
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/api/docker_remote_api.rst

+ 1 - 1
docs/sources/api/docker_remote_api.rst

@@ -9,7 +9,7 @@ Docker Remote API
 
 - The Remote API is replacing rcli
 - Default port in the docker deamon is 4243 
-- 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
+- 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
 
 2. Endpoints
 ============