From d50ab0fa359dce105b78b2a8829b0dfede7d9750 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 19 Mar 2024 23:01:06 -0500 Subject: [PATCH] fix spelling --- docs/oauth.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/oauth.rst b/docs/oauth.rst index b14d6ed4..493a6229 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