aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/environment_variables.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/environment_variables.md')
-rw-r--r--doc/environment_variables.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/environment_variables.md b/doc/environment_variables.md
index 645ab46ec1..513936d660 100644
--- a/doc/environment_variables.md
+++ b/doc/environment_variables.md
@@ -74,6 +74,6 @@ some configuration as environment variables that can be set.
Declares which DNS resolver to use. The default is ares if gRPC is built with
c-ares support. Otherwise, the value of this environment variable is ignored.
Available DNS resolver include:
- - ares (default) - a DNS resolver based around the c-ares library
- - native - a DNS resolver based around getaddrinfo(), creates a new thread to
+ - native (default)- a DNS resolver based around getaddrinfo(), creates a new thread to
perform name resolution
+ - ares - a DNS resolver based around the c-ares library