From 747d54e795b943abebd8461d1121f81e4cb07ba8 Mon Sep 17 00:00:00 2001 From: dav1dsm1th Date: Fri, 2 Jun 2023 21:48:43 +0100 Subject: [PATCH] Update README.md correct spelling error --- OAuthConsoleApp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OAuthConsoleApp/README.md b/OAuthConsoleApp/README.md index 730446f..e23f1f0 100644 --- a/OAuthConsoleApp/README.md +++ b/OAuthConsoleApp/README.md @@ -14,7 +14,7 @@ an embedded browser). This sample demonstrates how you can open the user's browser with your OAuth 2.0 authorization request (where they might already be logged in!), have them -complete the consent, recieve the Authorization Code using a local loopback +complete the consent, receive the Authorization Code using a local loopback socket, and exchanging that code for authorization tokens. Google Documentation