From f3295b8f34863b2b42409f61297e2597514e515e Mon Sep 17 00:00:00 2001 From: Burk Hufnagel Date: Tue, 9 Jan 2018 14:57:54 -0500 Subject: [PATCH] Fixed typo "authroized" to "authorized" (#982) --- appengine/oauth2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/oauth2/README.md b/appengine/oauth2/README.md index 53c54a87986..1e1407e4159 100644 --- a/appengine/oauth2/README.md +++ b/appengine/oauth2/README.md @@ -20,7 +20,7 @@ detailed instructions. ## Setup 1. In the [Cloud Developers Console](https://cloud.google.com/console) > API Manager > Credentials, -create a Oauth Client ID for a Web Application. You will need to provide an authroized JavaScript +create a Oauth Client ID for a Web Application. You will need to provide an authorized JavaScript origin. Typically, https://projectID.appspot.com. 1. Edit `src/main/webapp/index.html` and change `YOUR_CLIENT_ID_HERE.apps.googleusercontent.com` to Client ID from the prior step.