Skip to content

Commit 94cdf90

Browse files
author
Theo Ephraim
committed
fix docs typo
1 parent 402885b commit 94cdf90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/getting-started/authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ __Setup Instructions__
3232
1. Follow steps above to set up project and enable sheets API
3333
2. Create a service account for your project
3434
- In the sidebar on the left, select **APIs & Services > Credentials**
35-
- Click blue "+ CREATE CREDENITALS" and select "Service account" option
35+
- Click blue "+ CREATE CREDENTIALS" and select "Service account" option
3636
- Enter name, description, click "CREATE"
3737
- You can skip permissions, click "CONTINUE"
3838
- Click "+ CREATE KEY" button
@@ -94,7 +94,7 @@ __Setup Instructions__
9494
1. Follow steps above to set up project and enable sheets API
9595
2. Create an API key for your project
9696
- Navigate to the [credentials section of the google developer console](https://console.cloud.google.com/apis/credentials)
97-
- Click blue "+ CREATE CREDENITALS" and select "API key" option
97+
- Click blue "+ CREATE CREDENTIALS" and select "API key" option
9898
- Copy the API key
9999
3. OPTIONAL - click "Restrict key" on popup to set up restrictions
100100
- Click "API restrictions" > Restrict Key"
@@ -119,7 +119,7 @@ Nevertheless, here is a rough outline of what to do with a few tips:
119119
1. Follow steps above to set up project and enable sheets API
120120
2. Create OAuth 2.0 credentials for your project (**these are not the same as the service account credentials described above**)
121121
- Navigate to the [credentials section of the google developer console](https://console.cloud.google.com/apis/credentials)
122-
- Click blue "+ CREATE CREDENITALS" and select "Oauth Client ID" option
122+
- Click blue "+ CREATE CREDENTIALS" and select "Oauth Client ID" option
123123
- Select your application type and set up authorized domains / callback URIs
124124
- Record your client ID and secret
125125
- You will need to go through an Oauth Consent screen verification process to use these credentials for a production app with many users

0 commit comments

Comments
 (0)