Skip to content

Commit 1d9166f

Browse files
Merge pull request #81 from nathan78906/grammarly
Ran *.md files through grammarly service
2 parents 844267e + 9b657d6 commit 1d9166f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ All notable changes to this project will be documented in this file.
2929

3030
### Changed
3131
- Unicode characters in X-SMTPAPI header values or keys are now encoded as ASCII escape sequences.
32-
- Null header values or keys result in a `ArgumentNullException`.
32+
- Null header values or keys result in an `ArgumentNullException`.
3333

3434
### Fixed
3535
- Removed `System.Core` reference

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ See the [examples folder](https://github.com/sendgrid/smtpapi-csharp/tree/master
8989
<a name="understanding-the-codebase"></a>
9090
## Understanding the Code Base
9191

92-
<!---optionally provide a brief summary explaning the architecture of the code-->
92+
<!---optionally provide a brief summary explaining the architecture of the code-->
9393

9494
**/Smtpapi Example**
9595

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Announcements
1212

13-
All updates to this module is documented in our [CHANGELOG](https://github.com/sendgrid/smtpapi-csharp/blob/master/CHANGELOG.md).
13+
All updates to this module are documented in our [CHANGELOG](https://github.com/sendgrid/smtpapi-csharp/blob/master/CHANGELOG.md).
1414

1515
# Table of Contents
1616
- [Installation](#installation)

UseCases/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This documentation provides examples for specific use cases. Please [open an issue](https://github.com/sendgrid/smtpapi-csharp/issues) or make a pull request for any use cases you would like us to document here. Thank you!
1+
This directory provides examples for specific use cases. Please [open an issue](https://github.com/sendgrid/smtpapi-csharp/issues) or make a pull request for any use cases you would like us to document here. Thank you!
22

33
# Table of Contents
44
No use cases yet

0 commit comments

Comments
 (0)