From 2b0f88383afba28fe7b0bba989d115c2f5e2cc87 Mon Sep 17 00:00:00 2001 From: Kevin Menard Date: Mon, 5 May 2014 20:08:35 -0400 Subject: [PATCH] Use the correct "it's." --- docs/sources/use/working_with_volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/use/working_with_volumes.md b/docs/sources/use/working_with_volumes.md index c403532bcc..7d6136b85a 100644 --- a/docs/sources/use/working_with_volumes.md +++ b/docs/sources/use/working_with_volumes.md @@ -59,7 +59,7 @@ more new volumes to any container created from that image: ### Creating and mounting a Data Volume Container If you have some persistent data that you want to share between -containers, or want to use from non-persistent containers, its best to +containers, or want to use from non-persistent containers, it's best to create a named Data Volume Container, and then to mount the data from it.