Skip to content

Commit

Permalink
Fixed typo (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
raksa authored and axnsan12 committed May 15, 2019
1 parent 59e86ff commit 0991c80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ values for Parameters.
OAUTH2_REDIRECT_URL
-------------------

Used when OAuth2 authenitcation of API requests via swagger-ui is desired. If ``None`` is passed, the
Used when OAuth2 authentication of API requests via swagger-ui is desired. If ``None`` is passed, the
``oauth2RedirectUrl`` parameter will be set to ``{% static 'drf-yasg/swagger-ui-dist/oauth2-redirect.html' %}``. This
is the default `https://github.com/swagger-api/swagger-ui/blob/master/dist/oauth2-redirect.html <oauth2-redirect>`_
file provided by ``swagger-ui``.
Expand All @@ -351,7 +351,7 @@ file provided by ``swagger-ui``.
OAUTH2_CONFIG
-------------

Used when OAuth2 authenitcation of API requests via swagger-ui is desired. Provides OAuth2 configuration parameters
Used when OAuth2 authentication of API requests via swagger-ui is desired. Provides OAuth2 configuration parameters
to the ``SwaggerUIBundle#initOAuth`` method, and must be a dictionary. See
`OAuth2 configuration <https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/oauth2.md>`_.

Expand Down

0 comments on commit 0991c80

Please sign in to comment.