Преглед изворни кода

Merge pull request #17722 from jeroenj/patch-1

Fixes typo in docs/userguide/dockervolumes.md
Vincent Demeester пре 9 година
родитељ
комит
c05e1b7d57
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/userguide/dockervolumes.md

+ 1 - 1
docs/userguide/dockervolumes.md

@@ -36,7 +36,7 @@ containers that bypasses the [*Union File System*](../reference/glossary.md#unio
 - Data volumes persist even if the container itself is deleted.
 - Data volumes persist even if the container itself is deleted.
 
 
 Data volumes are designed to persist data, independent of the container's life
 Data volumes are designed to persist data, independent of the container's life
-cycle. Docker therefore *never* automatically delete volumes when you remove
+cycle. Docker therefore *never* automatically deletes volumes when you remove
 a container, nor will it "garbage collect" volumes that are no longer
 a container, nor will it "garbage collect" volumes that are no longer
 referenced by a container.
 referenced by a container.