diff --git a/Source/StrongGrid/Resources/GlobalSuppressions.cs b/Source/StrongGrid/Resources/GlobalSuppressions.cs index 9111672f..7fc2501b 100644 --- a/Source/StrongGrid/Resources/GlobalSuppressions.cs +++ b/Source/StrongGrid/Resources/GlobalSuppressions.cs @@ -46,7 +46,7 @@ internal GlobalSuppressions(Pathoschild.Http.Client.IClient client) /// /// After much trial and error, we came to the conclusion that SendGrid allows you to search /// for addresses that "begin with" your search term. So, if you have two email addresses on - /// your global suppression list such as user1@hotmail.com and user2@gmail.com for exmaple, + /// your global suppression list such as user1@hotmail.com and user2@gmail.com for example, /// you will be able to search for 'user1', or 'user2' or even 'user' but you cannot search /// for 'hotmail' or 'gmail'. /// diff --git a/Source/StrongGrid/Resources/IGlobalSuppressions.cs b/Source/StrongGrid/Resources/IGlobalSuppressions.cs index fc1d65a6..af0e9bdc 100644 --- a/Source/StrongGrid/Resources/IGlobalSuppressions.cs +++ b/Source/StrongGrid/Resources/IGlobalSuppressions.cs @@ -30,7 +30,7 @@ public interface IGlobalSuppressions /// /// After much trial and error, we came to the conclusion that SendGrid allows you to search /// for addresses that "begin with" your search term. So, if you have two email addresses on - /// your global suppression list such as user1@hotmail.com and user2@gmail.com for exmaple, + /// your global suppression list such as user1@hotmail.com and user2@gmail.com for example, /// you will be able to search for 'user1', or 'user2' or even 'user' but you cannot search /// for 'hotmail' or 'gmail'. ///