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

Merge pull request #2742 from rick/patch-1

Tiny typo cleanup
Andy Rothfusz преди 11 години
родител
ревизия
c1cd824570
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/sources/use/working_with_volumes.rst

+ 1 - 1
docs/sources/use/working_with_volumes.rst

@@ -45,7 +45,7 @@ Create a new container using existing volumes from an existing container:
 ---------------------------------------------------------------------------
 ---------------------------------------------------------------------------
 
 
 
 
-The command below creates a new container which is runnning as daemon ``-d`` and with one volume ``/var/lib/couchdb``::
+The command below creates a new container which is running as daemon ``-d`` and with one volume ``/var/lib/couchdb``::
 
 
   COUCH1=$(sudo docker run -d -v /var/lib/couchdb shykes/couchdb:2013-05-03)
   COUCH1=$(sudo docker run -d -v /var/lib/couchdb shykes/couchdb:2013-05-03)