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

Commits on Jul 2, 2022

  1. docs: Fix a few typos

    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`.
    timgates42 committed Jul 2, 2022
    Copy the full SHA
    dcdf5c6 View commit details
    Browse the repository at this point in the history