diff --git a/docs/oauth.md b/docs/oauth.md index 5246948b6a0..8df25a53b61 100644 --- a/docs/oauth.md +++ b/docs/oauth.md @@ -45,7 +45,7 @@ flow.run_local_server() ### Flow -The example below uses the `Flow` class to handle the installed appplication authorization flow. +The example below uses the `Flow` class to handle the installed application authorization flow. #### from_client_secrets_file()