From 9b55772552f73dc084ec6956818c2ac6f4cea62b Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Tue, 21 Jun 2022 16:53:10 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com> --- website/content/docs/ecs/terraform/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/ecs/terraform/install.mdx b/website/content/docs/ecs/terraform/install.mdx index 87bf6da0c1..a7f346b89d 100644 --- a/website/content/docs/ecs/terraform/install.mdx +++ b/website/content/docs/ecs/terraform/install.mdx @@ -431,7 +431,7 @@ applications can call it directly, bypassing its sidecar proxy. Changing the listening address is specific to the language and framework you're using in your application. Regardless of which language or framework you're using, -it is a good practice to use the environment variable to configure the address. +it is a good practice to use an environment variable to configure the address. The following examples demonstrate how to bind the loopback address in golang and Django (Python):