diff --git a/docs/oauth.rst b/docs/oauth.rst index b14d6ed..493a622 100644 --- a/docs/oauth.rst +++ b/docs/oauth.rst @@ -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. @@ -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 \ No newline at end of file +.. _`Service account`: https://developers.google.com/workspace/guides/create-credentials#service-account