Merge pull request #1893 from Neilblaze/typo_fix

fix(docs): supporst ⟶ supports
This commit is contained in:
Michael Lumish 2021-09-02 12:20:20 -07:00 committed by GitHub
commit fe6d9efba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ This guide is for troubleshooting the `grpc-js` library for Node.js
## Enabling extra logging and tracing
Extra logging can be very useful for diagnosing problems. `grpc-js` supporst
Extra logging can be very useful for diagnosing problems. `grpc-js` supports
the `GRPC_VERBOSITY` and `GRPC_TRACE` environment variables that can be used to increase the amount of information
that gets printed to stderr.