Skip to content

Commit

Permalink
docs: Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Aug 18, 2023
1 parent 02354ef commit b6fc548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/auth_code_samples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b6fc548

Please sign in to comment.