From 4323b783fdf19273ccacc6b4711fbaa2591b427f Mon Sep 17 00:00:00 2001 From: Amanda Bozigian Date: Wed, 11 Dec 2019 13:12:25 -0800 Subject: [PATCH] Update README.md (#3231) --- examples/features/interceptor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/features/interceptor/README.md b/examples/features/interceptor/README.md index 32912fd8..1e74b288 100644 --- a/examples/features/interceptor/README.md +++ b/examples/features/interceptor/README.md @@ -42,7 +42,7 @@ the args passed in, such as RPC context, method string, request to be sent, and CallOptions configured. With the info, users can even modify the RPC call. For instance, in the example, we examine the list of CallOptions and see if call credential has been configured. If not, configure it to use oauth2 with token -"some-secrete-token" as fallback. In our example, we intentionally omit +"some-secret-token" as fallback. In our example, we intentionally omit configuring the per RPC credential to resort to fallback. After pre-processing is done, use can invoke the RPC call by calling the