diff --git a/docs/references/auth_code_samples.rst b/docs/references/auth_code_samples.rst index 5f44e953d5..98d89eb2b9 100644 --- a/docs/references/auth_code_samples.rst +++ b/docs/references/auth_code_samples.rst @@ -105,7 +105,7 @@ Refresh a JWT Using a Refresh Token import requests # See "Get a JWT with a Username and Password" for how to get a refresh token. - # The reponse from that request will include a `refresh_token` attribute. + # The response from that request will include a `refresh_token` attribute. refresh_token = token_request.json()['refresh_token'] refreshed_token_request = requests.post(