Skip to content

Commit f548bb0

Browse files
authored
fix spelling (#338)
1 parent 10a60fc commit f548bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/oauth.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Building your own authentication flow
139139

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

144144
1. Get authentication Url from `GetAuthUrl()`_.
145145
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
208208
return gauth
209209
210210
211-
.. _`Service account`: https://developers.google.com/workspace/guides/create-credentials#service-account
211+
.. _`Service account`: https://developers.google.com/workspace/guides/create-credentials#service-account

0 commit comments

Comments
 (0)