diff --git a/README.md b/README.md
index 7b232a8..a890668 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,6 @@ When the token expires, the user is asked to re-authenticate. The refresh token
* Authentication with Docusign via [JSON Web Token (JWT) Grant](https://developers.docusign.com/platform/auth/jwt/).
When the token expires, it updates automatically.
-
## eSignature API
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).
diff --git a/launcher-csharp/ConnectWebhookHMACValidation.cs b/launcher-csharp/ConnectWebhookHMACValidation.cs
index 269a14a..3a60968 100644
--- a/launcher-csharp/ConnectWebhookHMACValidation.cs
+++ b/launcher-csharp/ConnectWebhookHMACValidation.cs
@@ -13,7 +13,7 @@ public static class ConnectWebhookHmacValidation
///
/// Validates the payload that was recevied in the body (raw content) of the Connect webhook message
///
- /// HMAC key from the Conenct page in DocuSign
+ /// HMAC key from the Connect page in DocuSign
/// Raw Content of the webhook message without wrapping or formatting
/// Value of the x-docusign-signature-1 header of the webhook request
/// True if the payload was verified with the secret