Преглед на файлове

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
 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.
 
     $ sudo docker ps