Browse code

Merge pull request #10480 from yihangho/docstypo

Fix a tiny typo.

Jessie Frazelle authored on 2015/02/04 07:37:35
Showing 1 changed files
... ...
@@ -115,7 +115,7 @@ it.
115 115
 
116 116
 Let's create a new named container with a volume to share.
117 117
 While this container doesn't run an application, it reuses the `training/postgres`
118
-image so that all containers are using layers in common, saveing disk space.
118
+image so that all containers are using layers in common, saving disk space.
119 119
 
120 120
     $ sudo docker create -v /dbdata --name dbdata training/postgres
121 121