From 104e69eb0641d7a177542834292de6d460cfd40b Mon Sep 17 00:00:00 2001 From: mattinbits Date: Wed, 17 Jan 2018 22:08:46 +0100 Subject: [PATCH] Fix typo in docker.rst (#1091) --- src/sphinx/formats/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/formats/docker.rst b/src/sphinx/formats/docker.rst index 6277b15c0..a522defad 100644 --- a/src/sphinx/formats/docker.rst +++ b/src/sphinx/formats/docker.rst @@ -209,7 +209,7 @@ Docker Image Customization In order to work properly with `USER daemon` the exposed volumes are first -created (if they do not existend) and then chowned. +created (if they do not exist) and then chowned. Install Location ~~~~~~~~~~~~~~~~