瀏覽代碼

Fix a tiny typo.

'saving', not 'saveing'

Signed-off-by: Yihang Ho <hoyihang5@gmail.com>
Yihang Ho 10 年之前
父節點
當前提交
50c3ffd009
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/userguide/dockervolumes.md

+ 1 - 1
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