From 230def769105c46b2e597578b23002a6ac159dde Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Tue, 24 Sep 2019 16:00:30 -0700 Subject: [PATCH] docs: fix debugging README typo (#3037) --- examples/features/debugging/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/features/debugging/README.md b/examples/features/debugging/README.md index 00898993..41618e96 100644 --- a/examples/features/debugging/README.md +++ b/examples/features/debugging/README.md @@ -11,7 +11,7 @@ To turn on the logs for debugging, run the code with the following environment v `GRPC_GO_LOG_VERBOSITY_LEVEL=99 GRPC_GO_LOG_SEVERITY_LEVEL=info`. ## Channelz -We also provides a runtime debugging tool, Channelz, to help users with live debugging. +We also provide a runtime debugging tool, Channelz, to help users with live debugging. See the channelz blog post here ([link](https://grpc.io/blog/a_short_introduction_to_channelz)) for details about how to use channelz service to debug live program. @@ -26,4 +26,4 @@ go run server/main.go ``` go run client/main.go -``` \ No newline at end of file +```