Skip to content

Commit

Permalink
Fixed typo "authroized" to "authorized" (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurkHufnagel authored and kurtisvg committed Jan 9, 2018
1 parent 6fc6424 commit f3295b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/oauth2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f3295b8

Please sign in to comment.