diff --git a/src/Postmark/PostmarkClientExtensions.cs b/src/Postmark/PostmarkClientExtensions.cs index 507bb22..09775cb 100644 --- a/src/Postmark/PostmarkClientExtensions.cs +++ b/src/Postmark/PostmarkClientExtensions.cs @@ -24,7 +24,7 @@ public static class PostmarkClientExtensions /// The Plain Text Body to be used for the message, this may be null if HtmlBody is set. /// The HTML Body to be used for the message, this may be null if TextBody is set. /// A collection of additional mail headers to send with the message. - /// The message stream used to send this message + /// The message stream used to send this message. /// A with details about the transaction. public static async Task SendMessageAsync(this PostmarkClient client, string from, string to, string subject, string textBody, string htmlBody,