From cf29b956a64f33c78e4005d99b8987c231effaa8 Mon Sep 17 00:00:00 2001 From: Jake Hadar Date: Tue, 6 Oct 2020 18:43:47 -0400 Subject: [PATCH] Update oauth.md fix typo --- docs/oauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()