From bf8f74670c1eb3dee44515250dac0d22e87ad0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 30 Apr 2019 19:37:40 +0200 Subject: [PATCH] Remove erroneous backtick in auth.md for PHP --- content/docs/guides/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)