diff --git a/content/docs/guides/auth.md b/content/docs/guides/auth.md index 612cbaf..aaeebc6 100644 --- a/content/docs/guides/auth.md +++ b/content/docs/guides/auth.md @@ -558,7 +558,7 @@ $opts = [ 'credentials' => $channel_credentials ]; $client = new helloworld\GreeterClient('greeter.googleapis.com', $opts); -```` +``` ##### Authenticate with Google using Oauth2 token (legacy approach)