diff --git a/flask_oauth.py b/flask_oauth.py index b21105a..fd1cb6e 100644 --- a/flask_oauth.py +++ b/flask_oauth.py @@ -165,8 +165,8 @@ class OAuthRemoteApp(object): to forward to the request token URL or authorize URL depending on oauth version. - :param access_token_params: an option diction of parameters to forward to - the access token URL + :param access_token_params: an optional dictionary of parameters + to forward to the access token URL. :param access_token_method: the HTTP method that should be used for the access_token_url. Defaults to ``'GET'``.