Skip to content

Commit 905a3aa

Browse files
authored
Merge pull request #27 from jasonniebauer/patch-1
Fix typo in code comment
2 parents 0ca2950 + e98bae5 commit 905a3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)