Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly2442 authored Mar 20, 2024
1 parent 10a60fc commit d50ab0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/oauth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Building your own authentication flow

You might want to build your own authentication flow. For example, you might
want to integrate your existing website with Drive API. In that case, you can
customize authentication flow as follwing:
customize an authentication flow as follows:

1. Get authentication Url from `GetAuthUrl()`_.
2. Ask users to visit the authentication Url and grant access to your application. Retrieve authentication code manually by user or automatically by building your own oauth2callback.
Expand Down Expand Up @@ -208,4 +208,4 @@ If we use OAuth client ID we need to do one manual login into the account with
return gauth
.. _`Service account`: https://developers.google.com/workspace/guides/create-credentials#service-account
.. _`Service account`: https://developers.google.com/workspace/guides/create-credentials#service-account

0 comments on commit d50ab0f

Please sign in to comment.