Ver código fonte

Grammatical mistake in docs

Change `The team can now use this image by run their own containers.` to `The team can now use this image by running their own containers.`
Médi-Rémi Hashim 10 anos atrás
pai
commit
d22d32d61f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/sources/userguide/dockerimages.md

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

@@ -154,7 +154,7 @@ We've identified a suitable image, `training/sinatra`, and now we can download i
 
 
     $ sudo docker pull training/sinatra
     $ sudo docker pull training/sinatra
 
 
-The team can now use this image by run their own containers.
+The team can now use this image by running their own containers.
 
 
     $ sudo docker run -t -i training/sinatra /bin/bash
     $ sudo docker run -t -i training/sinatra /bin/bash
     root@a8cb6ce02d85:/#
     root@a8cb6ce02d85:/#