Skip to content

Commit 30eff9d

Browse files
authored
docs: fix typo in oauth.md (#1058)
fix typo Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent 3e17f89 commit 30eff9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ flow.run_local_server()
4545

4646
### Flow
4747

48-
The example below uses the `Flow` class to handle the installed appplication authorization flow.
48+
The example below uses the `Flow` class to handle the installed application authorization flow.
4949

5050
#### from_client_secrets_file()
5151

0 commit comments

Comments
 (0)