浏览代码

Update dockerizing.md

fix typo
Mike Chelen 11 年之前
父节点
当前提交
0bfa14a70a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/userguide/dockerizing.md

+ 1 - 1
docs/sources/userguide/dockerizing.md

@@ -131,7 +131,7 @@ world` daemon.
 
 
 Firstly let's make sure our container is running. We can
 Firstly let's make sure our container is running. We can
 do that with the `docker ps` command. The `docker ps` command queries
 do that with the `docker ps` command. The `docker ps` command queries
-the Docker daemon for information about all the container it knows
+the Docker daemon for information about all the containers it knows
 about.
 about.
 
 
     $ sudo docker ps
     $ sudo docker ps