diff options
author | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-08-24 10:56:48 -0700 |
---|---|---|
committer | Maxim Dubrovkin <maximdubrovkin@Maxims-MBP.Dlink> | 2016-09-20 20:13:45 +0500 |
commit | 158ebd4eb4b0003c96c65fe6551445d85050ffed (patch) | |
tree | 6e9931bf1bd8113c39f1b6de1e40f4e45e1e46f8 | |
parent | 17fc6513913afaac248f78944ca30b4e8df44542 (diff) | |
download | sendgrid-csharp-158ebd4eb4b0003c96c65fe6551445d85050ffed.zip sendgrid-csharp-158ebd4eb4b0003c96c65fe6551445d85050ffed.tar.gz sendgrid-csharp-158ebd4eb4b0003c96c65fe6551445d85050ffed.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 +``` |