Skip to content

Commit e98bae5

Browse files
author
Jason Niebauer
authored
Fix typo in code comment
Found a minor typo of "Grand" that should be "Grant" in a code comment for the `_jwt_auth` class method.
1 parent 0ca2950 commit e98bae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/docusign/ds_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def _jwt_auth(cls):
103103
except ApiException as err:
104104
body = err.body.decode('utf8')
105105

106-
# Grand explicit consent for the application
106+
# Grant explicit consent for the application
107107
if "consent_required" in body:
108108
consent_scopes = " ".join(use_scopes)
109109
redirect_uri = DS_CONFIG["app_url"] + url_for("ds.ds_callback")

0 commit comments

Comments
 (0)