Skip to content

Commit 24f0ee0

Browse files
Fix typo in parameter documentation for secret
Signed-off-by: Davide Lettieri <mail@davidelettieri.it>
1 parent 1832adc commit 24f0ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)