Skip to content

Commit

Permalink
docs: fix typo in oauth.md (#1058)
Browse files Browse the repository at this point in the history
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> 馃
  • Loading branch information
jakehadar committed Oct 7, 2020
1 parent 3e17f89 commit 30eff9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/oauth.md
Expand Up @@ -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()

Expand Down

0 comments on commit 30eff9d

Please sign in to comment.