diff options
author | Brandon West <brawest@gmail.com> | 2014-05-21 18:22:30 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2014-05-21 18:22:30 -0600 |
commit | 1b755d1304c9198a5970a79cee223bf343bdf67c (patch) | |
tree | a0791633516734efef84ecbf30c2442b0b7f87f6 /SendGrid/SendGridMail/ISendGrid.cs | |
parent | e6a8e1133ed56a78e6dd3c8147249100121602ca (diff) | |
download | sendgrid-csharp-1b755d1304c9198a5970a79cee223bf343bdf67c.zip sendgrid-csharp-1b755d1304c9198a5970a79cee223bf343bdf67c.tar.gz sendgrid-csharp-1b755d1304c9198a5970a79cee223bf343bdf67c.tar.bz2 |
fix some copypasta
Diffstat (limited to 'SendGrid/SendGridMail/ISendGrid.cs')
-rw-r--r-- | SendGrid/SendGridMail/ISendGrid.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SendGrid/SendGridMail/ISendGrid.cs b/SendGrid/SendGridMail/ISendGrid.cs index b487741..b5f212c 100644 --- a/SendGrid/SendGridMail/ISendGrid.cs +++ b/SendGrid/SendGridMail/ISendGrid.cs @@ -75,7 +75,7 @@ namespace SendGrid void AddSubstitution(String replacementTag, List<String> substitutionValues);
/// <summary>
- /// This adds parameters and values that will be bassed back through SendGridMessage's
+ /// This adds parameters and values that will be bassed back through SendGrid's
/// Event API if an event notification is triggered by this email.
/// </summary>
/// <param name="identifiers">parameter substitutionValues pairs to be passed back on event notification</param>
@@ -191,7 +191,7 @@ namespace SendGrid void EnableOpenTracking();
/// <summary>
- /// Causes all links to be overwritten, shortened, and pointed to SendGridMessage's servers so clicks will be tracked.
+ /// Causes all links to be overwritten, shortened, and pointed to SendGrid's servers so clicks will be tracked.
/// </summary>
/// <param name="includePlainText">true if links found in plain text portions of the message are to be overwritten</param>
void EnableClickTracking(bool includePlainText = false);
|