Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious authored Sep 20, 2017
1 parent 73a78b3 commit 88a8a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ We follow the MAJOR.MINOR.PATCH versioning scheme as described by [SemVer.org](h
<a name="request-body"></a>
## Viewing the Request Body

When debugging or testing, it may be useful to exampine the raw request body to compare against the [documented format](https://sendgrid.com/docs/API_Reference/api_v3.html).
When debugging or testing, it may be useful to examine the raw request body to compare against the [documented format](https://sendgrid.com/docs/API_Reference/api_v3.html).

You can do this right before you call `var response = await client.SendEmailAsync(msg);` like so:

Expand Down

0 comments on commit 88a8a90

Please sign in to comment.