From e6c88b6eafb6eb9f566dfd88323c422d692ccafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=87otur?= Date: Thu, 8 Apr 2021 10:28:06 +0300 Subject: [PATCH] Update docs/en/SMS-Sending.md Co-authored-by: Qingxiao Ren --- docs/en/SMS-Sending.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/SMS-Sending.md b/docs/en/SMS-Sending.md index 8d5cd8da1e..9ee5b06d00 100644 --- a/docs/en/SMS-Sending.md +++ b/docs/en/SMS-Sending.md @@ -75,7 +75,7 @@ namespace MyProject The given `SendAsync` method in the example is an extension method to send sms with primitive paremeters, it basicly creates `SmsMessage` object and pass it. You can also use the default `SendAsync` method which requires `SmsMessage` object. -> `IEmailSender` is the suggested way to send emails, since it makes your code provider independent. +> `ISmsSender` is the suggested way to send SMS, since it makes your code provider independent. ## SmsMessage