浏览代码

Update working-with-docker.md

amangoel 11 年之前
父节点
当前提交
83a5f2a192
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/introduction/working-with-docker.md

+ 1 - 1
docs/sources/introduction/working-with-docker.md

@@ -236,7 +236,7 @@ the container will also stop.
 ### Listing containers
 
 We can see a list of all the containers on our host using the `docker
-ps` command. By default the `docker ps` commands only shows running
+ps` command. By default the `docker ps` command only shows running
 containers. But we can also add the `-a` flag to show *all* containers -
 both running and stopped.