From 417eb1b8dd5f28ab279c9bb7225439793c7293d9 Mon Sep 17 00:00:00 2001 From: Tree-fang <30678878+lcfang@users.noreply.github.com> Date: Sat, 12 Aug 2017 11:47:35 +0800 Subject: [PATCH] Update container-environment-variables.md Modify "are" to "is" --- 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 87ebd51bed..07f2e2caba 100644 --- a/docs/concepts/containers/container-environment-variables.md +++ b/docs/concepts/containers/container-environment-variables.md @@ -38,7 +38,7 @@ as are any environment variables specified statically in the Docker image. ### Cluster information -A list of all services that were running when a Container was created are available to that Container as environment variables. +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 port named *bar*,