From 50c3ffd00969f8b1f2a00849973f2587984a26bf Mon Sep 17 00:00:00 2001 From: Yihang Ho Date: Sun, 1 Feb 2015 00:02:11 +0800 Subject: [PATCH] Fix a tiny typo. 'saving', not 'saveing' Signed-off-by: Yihang Ho --- 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..390528c2a7 100644 --- a/docs/sources/userguide/dockervolumes.md +++ b/docs/sources/userguide/dockervolumes.md @@ -115,7 +115,7 @@ it. Let's create a new named container with a volume to share. While this container doesn't run an application, it reuses the `training/postgres` -image so that all containers are using layers in common, saveing disk space. +image so that all containers are using layers in common, saving disk space. $ sudo docker create -v /dbdata --name dbdata training/postgres