Apply suggestions from code review

Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com>
This commit is contained in:
trujillo-adam 2022-06-21 16:53:10 -07:00 committed by GitHub
parent 42123bec1f
commit 9b55772552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):