From 6b298fbc381aca5149f6068ce5c7ce5e4f06b0ed Mon Sep 17 00:00:00 2001 From: Stan Date: Sun, 4 Oct 2020 19:42:06 -0400 Subject: [PATCH] Typo fixed simple typo --- TROUBLESHOOTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 6ef4801528d..035213b9e18 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -16,7 +16,7 @@ that gets printed to stderr. `GRPC_TRACE` can be used to enable extra logging for some internal gRPC components. Enabling the right traces can be invaluable for diagnosing for what is going wrong when things aren't working as intended. Possible values for `GRPC_TRACE` are listed in [Environment Variables Overview](doc/environment_variables.md). -Multiple traces can be enable at once (use comma as separator). +Multiple traces can be enabled at once (use comma as separator). ``` # Enable debug logs for an application