summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--USE_CASES.md4
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
+```