diff --git a/docs/usage/starting_out.rst b/docs/usage/starting_out.rst index b96e452..0a681ac 100644 --- a/docs/usage/starting_out.rst +++ b/docs/usage/starting_out.rst @@ -98,7 +98,7 @@ Once you have the final user tokens, store them in a database for later use! .. code-block:: python OAUTH_TOKEN = final_step['oauth_token'] - OAUTH_TOKEN_SECERT = final_step['oauth_token_secret'] + OAUTH_TOKEN_SECRET = final_step['oauth_token_secret'] .. _oauth2: