From 2f5919966af49cd530a60c01b21ddd00c888f207 Mon Sep 17 00:00:00 2001 From: John Tims Date: Fri, 30 Jan 2015 12:31:41 -0500 Subject: [PATCH] Fix documentation typo Signed-off-by: John Tims --- docs/sources/userguide/dockervolumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/dockervolumes.md b/docs/sources/userguide/dockervolumes.md index 1707bc64a6..49b533aacc 100644 --- a/docs/sources/userguide/dockervolumes.md +++ b/docs/sources/userguide/dockervolumes.md @@ -64,7 +64,7 @@ This will mount the host directory, `/src/webapp`, into the container at `/opt/webapp`. > **Note:** -> If the path `/opt/webapp` already exists inside the container's image, it's +> If the path `/opt/webapp` already exists inside the container's image, its > contents will be replaced by the contents of `/src/webapp` on the host to stay > consistent with the expected behavior of `mount`