diff --git a/examples/functions-google-oauth/README.md b/examples/functions-google-oauth/README.md index 079e0c79f1102..424a752094d64 100644 --- a/examples/functions-google-oauth/README.md +++ b/examples/functions-google-oauth/README.md @@ -8,7 +8,7 @@ This example illustrates logging in with Google 0Auth via Gatsby Functions and d 1. **Set up Google OAuth Client.** - This sample uses google oAuth client to authenticate into the Google inbox api. Obtain an oAuth credential from the Google Cloud [API & Services Credentails Page](https://console.cloud.google.com/apis/credentials?) + This sample uses google oAuth client to authenticate into the Google inbox api. Obtain an oAuth credential from the Google Cloud [API & Services Credentials Page](https://console.cloud.google.com/apis/credentials?) - Generate an Oauth Client ID. You can follow the steps highlighted in [Account Authentication - Service Account](https://theoephraim.github.io/node-google-spreadsheet/#/getting-started/authentication?id=oauth). Make sure to set up at least one **Authorized redirect URI** to be `http://localhost:8000`