Skip to content

Commit 51be66b

Browse files
authored
Merge pull request #41 from davidelettieri/patch-1
Fix typo in parameter documentation
2 parents 39cfde6 + c31db71 commit 51be66b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ When the token expires, the user is asked to re-authenticate. The refresh token
2525
* Authentication with Docusign via [JSON Web Token (JWT) Grant](https://developers.docusign.com/platform/auth/jwt/).
2626
When the token expires, it updates automatically.
2727

28-
2928
## eSignature API
3029

3130
For more information about the scopes used for obtaining authorization to use the eSignature API, see [Required scopes](https://developers.docusign.com/docs/esign-rest-api/esign101/auth#required-scopes).

launcher-csharp/ConnectWebhookHMACValidation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static class ConnectWebhookHmacValidation
1313
/// <summary>
1414
/// Validates the payload that was recevied in the body (raw content) of the Connect webhook message
1515
/// </summary>
16-
/// <param name="secret">HMAC key from the Conenct page in DocuSign</param>
16+
/// <param name="secret">HMAC key from the Connect page in DocuSign</param>
1717
/// <param name="payload">Raw Content of the webhook message without wrapping or formatting</param>
1818
/// <param name="verify">Value of the x-docusign-signature-1 header of the webhook request</param>
1919
/// <returns>True if the payload was verified with the secret</returns>

0 commit comments

Comments
 (0)