From f6c62c39341127612773910cc81d371bd650bf56 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Wed, 22 Mar 2017 17:53:32 -0700 Subject: [PATCH] Typo in compose overview page (#2445) Add missing space. --- compose/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/overview.md b/compose/overview.md index 8667abc992..982a002486 100644 --- a/compose/overview.md +++ b/compose/overview.md @@ -96,7 +96,7 @@ the old container to the new container. This process ensures that any data you've created in volumes isn't lost. If you use `docker-compose` on a Windows machine, see -[Environmentvariables](reference/envvars.md) and adjust the necessary environment +[Environment variables](reference/envvars.md) and adjust the necessary environment variables for you specific needs.