Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix a few typos #822

Merged
merged 1 commit into from Jul 3, 2022
Merged

docs: Fix a few typos #822

merged 1 commit into from Jul 3, 2022

Conversation

timgates42
Copy link
Contributor

There are small typos in:

  • docs/oauth1/security.rst
  • docs/oauth2/grants/custom_grant.rst
  • oauthlib/oauth2/rfc6749/clients/backend_application.py
  • oauthlib/oauth2/rfc6749/clients/base.py
  • oauthlib/oauth2/rfc6749/clients/legacy_application.py
  • oauthlib/oauth2/rfc6749/clients/service_application.py
  • oauthlib/oauth2/rfc6749/clients/web_application.py
  • oauthlib/oauth2/rfc6749/endpoints/revocation.py
  • oauthlib/oauth2/rfc6749/parameters.py
  • oauthlib/openid/connect/core/grant_types/dispatchers.py

Fixes:

  • Should read parameters rather than paramters.
  • Should read instantiate rather than instanciate.
  • Should read successfully rather than sucessfully.
  • Should read present rather than pressent.
  • Should read parameter rather than paramater.
  • Should read efficient rather than effecient.

Semi-automated pull request generated by
https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

There are small typos in:
- docs/oauth1/security.rst
- docs/oauth2/grants/custom_grant.rst
- oauthlib/oauth2/rfc6749/clients/backend_application.py
- oauthlib/oauth2/rfc6749/clients/base.py
- oauthlib/oauth2/rfc6749/clients/legacy_application.py
- oauthlib/oauth2/rfc6749/clients/service_application.py
- oauthlib/oauth2/rfc6749/clients/web_application.py
- oauthlib/oauth2/rfc6749/endpoints/revocation.py
- oauthlib/oauth2/rfc6749/parameters.py
- oauthlib/openid/connect/core/grant_types/dispatchers.py

Fixes:
- Should read `parameters` rather than `paramters`.
- Should read `instantiate` rather than `instanciate`.
- Should read `successfully` rather than `sucessfully`.
- Should read `present` rather than `pressent`.
- Should read `parameter` rather than `paramater`.
- Should read `efficient` rather than `effecient`.
@auvipy auvipy merged commit 6569ec3 into oauthlib:master Jul 3, 2022
@JonathanHuot JonathanHuot added this to the 3.2.1 milestone Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants