From a1f9b5bedab64b1103d052dd74d9efb13d61a795 Mon Sep 17 00:00:00 2001 From: Matthew Livesey Date: Tue, 16 Jan 2018 21:25:56 +0100 Subject: [PATCH] Fix typo in docker.rst --- 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 ~~~~~~~~~~~~~~~~