diff options
author | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-08-24 10:56:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-24 10:56:48 -0700 |
commit | fc2d7d06a2cf2ae537f4edb97e1e4e49ae0feb08 (patch) | |
tree | 084e91a6ad6a5e1a78072acec5b25b0ba81939b5 | |
parent | 0b21784b59100f6eb6866715c7d5d80f4d77c5c2 (diff) | |
download | sendgrid-csharp-fc2d7d06a2cf2ae537f4edb97e1e4e49ae0feb08.zip sendgrid-csharp-fc2d7d06a2cf2ae537f4edb97e1e4e49ae0feb08.tar.gz sendgrid-csharp-fc2d7d06a2cf2ae537f4edb97e1e4e49ae0feb08.tar.bz2 |
Typo
-rw-r--r-- | USE_CASES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/USE_CASES.md b/USE_CASES.md index 0b6f50c..15aa2a8 100644 --- a/USE_CASES.md +++ b/USE_CASES.md @@ -43,7 +43,7 @@ I hope you are having a great day in -city- :) ## With Mail Helper Class -```charp +```csharp using System; using SendGrid; using SendGrid.Helpers.Mail; @@ -132,4 +132,4 @@ namespace Example } } } -```
\ No newline at end of file +``` |