From 88d24df6687d64bf0e19c23973da32eed32fda28 Mon Sep 17 00:00:00 2001 From: Adrian Mouat Date: Thu, 20 Feb 2014 16:55:07 +0100 Subject: [PATCH] Fix misspelling Docker-DCO-1.1-Signed-off-by: Adrian Mouat (github: amouat) --- docs/sources/use/working_with_volumes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/use/working_with_volumes.rst b/docs/sources/use/working_with_volumes.rst index 40e282c986..8ddd4196c7 100644 --- a/docs/sources/use/working_with_volumes.rst +++ b/docs/sources/use/working_with_volumes.rst @@ -80,7 +80,7 @@ similar to :ref:`ambassador_pattern_linking `. If you remove containers that mount volumes, including the initial DATA container, or the middleman, the volumes will not be deleted until there are no containers still -referencing those volumes. This allows you to upgrade, or effectivly migrate data volumes +referencing those volumes. This allows you to upgrade, or effectively migrate data volumes between containers. Mount a Host Directory as a Container Volume: