Explorar o código

Merge pull request #24281 from aochagavia/patch-1

Fix typo
Doug Davis %!s(int64=9) %!d(string=hai) anos
pai
achega
e64a691253
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/reference/commandline/run.md

+ 1 - 1
docs/reference/commandline/run.md

@@ -179,7 +179,7 @@ flag exists to allow special use-cases, like running Docker within Docker.
     $ docker  run -w /path/to/dir/ -i -t  ubuntu pwd
 
 The `-w` lets the command being executed inside directory given, here
-`/path/to/dir/`. If the path does not exists it is created inside the container.
+`/path/to/dir/`. If the path does not exist it is created inside the container.
 
 ### Set storage driver options per container