Skip to content

Commit

Permalink
docs: update OAuth reference to OAuth2 in configuration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
teles committed Dec 29, 2024
1 parent 285a56d commit ca5f191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pnpm install holysheets

- Create a **Google Cloud project** and enable the _Google Sheets API_.
- Generate the appropriate **credentials** (JWT or OAuth2) with permission to access the intended spreadsheet.
- For more information about authentication check [JWT](/en/authentication/jwt) and [OAuth](/en/authentication/oauth)
- For more information about authentication check [JWT](/en/authentication/jwt) and [OAuth2](/en/authentication/oauth2)

3. **Initialize HolySheets**

Expand Down

0 comments on commit ca5f191

Please sign in to comment.