From 81d7ee7d6a8fdd9906e27a57eede5545fc6fb008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=93ng=20V=C4=83n=20Hi=E1=BB=83n?= <42400220+hienlech@users.noreply.github.com> Date: Mon, 25 Jul 2022 01:48:12 +0700 Subject: [PATCH] fix typo --- 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 0dca487a69..efe63c3c91 100644 --- a/docs/en/SMS-Sending.md +++ b/docs/en/SMS-Sending.md @@ -80,7 +80,7 @@ The given `SendAsync` method in the example is an extension method to send an SM ## NullSmsSender -`NullSmsSender` is a the default implementation of the `ISmsSender`. It writes SMS content to the [standard logler](Logging.md), rather than actually sending the SMS. +`NullSmsSender` is a the default implementation of the `ISmsSender`. It writes SMS content to the [standard logger](Logging.md), rather than actually sending the SMS. This class can be useful especially in development time where you generally don't want to send real SMS. **However, if you want to actually send SMS, you should implement the `ISmsSender` in your application code.**