From e8a60186a7de80d78d22cd5d22237940ee1c343a Mon Sep 17 00:00:00 2001 From: AdamDang Date: Wed, 28 Feb 2018 03:28:45 +0800 Subject: [PATCH] Fix a container->a Container (#7536) --- docs/concepts/containers/container-environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/containers/container-environment-variables.md b/docs/concepts/containers/container-environment-variables.md index 9ed5eb7775..0637e72f6f 100644 --- a/docs/concepts/containers/container-environment-variables.md +++ b/docs/concepts/containers/container-environment-variables.md @@ -41,7 +41,7 @@ as are any environment variables specified statically in the Docker image. A list of all services that were running when a Container was created is available to that Container as environment variables. Those environment variables match the syntax of Docker links. -For a service named *foo* that maps to a container named *bar*, +For a service named *foo* that maps to a Container named *bar*, the following variables are defined: ```shell