From 07032b3cc3317511d313c9586a5cea5dc109eb62 Mon Sep 17 00:00:00 2001 From: JustinLawrenceMS Date: Mon, 30 Sep 2024 01:15:46 -0500 Subject: [PATCH] chore: proofread docs --- doc/environment_variables.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/environment_variables.md b/doc/environment_variables.md index 8dafefa82..998a96e69 100644 --- a/doc/environment_variables.md +++ b/doc/environment_variables.md @@ -64,6 +64,6 @@ can be set. - NONE - won't log any * GRPC_NODE_USE_ALTERNATIVE_RESOLVER - Allows changing dns resolve behavior and parse DNS server authority as described in https://github.com/grpc/grpc/blob/master/doc/naming.md - - true - use alternative resolver - - false - use default resolver (default) \ No newline at end of file + Allows changing DNS resolve behavior and parses DNS server authority as described in https://github.com/grpc/grpc/blob/master/doc/naming.md + - true - uses alternative resolver + - false - uses default resolver (default)