Browse Source

Merge pull request #5478 from amangoel/patch-1

Update working-with-docker.md
O.S. Tezer 11 years ago
parent
commit
473b7a6c93
1 changed files with 1 additions and 1 deletions
  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
 ### Listing containers
 
 
 We can see a list of all the containers on our host using the `docker
 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 -
 containers. But we can also add the `-a` flag to show *all* containers -
 both running and stopped.
 both running and stopped.