diff --git a/docs/Asterisk_18_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md b/docs/Asterisk_18_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md
index 3c3c7f8433..ef3a247991 100644
--- a/docs/Asterisk_18_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md
+++ b/docs/Asterisk_18_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md
@@ -116,7 +116,7 @@ The 'from' parameter can be a configured peer name or in the form of "display-na
* __Technology: XMPP__
Specifying a prefix of 'xmpp:' will specify the account defined in 'xmpp.conf' to send the message from. Note that this field is required for XMPP messages.
-* `to` - A To URI for the message if needed for the message technology being used to send this message. This can be a SIP(S) URI, such as 'Alice ', or a string in the format 'alice@atlanta.com'. This will override a 'to' specified using the MESSAGE dialplan function or the 'to' that may have been on an incoming message.
+* `to` - A To URI for the message if needed for the message technology being used to send this message. This should be a SIP(S) URI, such as 'Alice '. This will override a 'to' specified using the MESSAGE dialplan function or the 'to' that may have been on an incoming message.
* __Technology: PJSIP__
The 'to' parameter is used to specity the 'To:' header in the outgoing SIP MESSAGE. It will override the value specified in MESSAGE(to) which itself will override any 'to' value from an incoming SIP MESSAGE.
diff --git a/docs/Certified-Asterisk_18.9_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md b/docs/Certified-Asterisk_18.9_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md
index 40e8030012..24678d1e46 100644
--- a/docs/Certified-Asterisk_18.9_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md
+++ b/docs/Certified-Asterisk_18.9_Documentation/API_Documentation/Dialplan_Applications/MessageSend.md
@@ -116,7 +116,7 @@ The 'from' parameter can be a configured peer name or in the form of "display-na
* __Technology: XMPP__
Specifying a prefix of 'xmpp:' will specify the account defined in 'xmpp.conf' to send the message from. Note that this field is required for XMPP messages.
-* `to` - A To URI for the message if needed for the message technology being used to send this message. This can be a SIP(S) URI, such as 'Alice ', or a string in the format 'alice@atlanta.com'. This will override a 'to' specified using the MESSAGE dialplan function or the 'to' that may have been on an incoming message.
+* `to` - A To URI for the message if needed for the message technology being used to send this message. This should be a SIP(S) URI, such as 'Alice '. This will override a 'to' specified using the MESSAGE dialplan function or the 'to' that may have been on an incoming message.
* __Technology: PJSIP__
The 'to' parameter is used to specity the 'To:' header in the outgoing SIP MESSAGE. It will override the value specified in MESSAGE(to) which itself will override any 'to' value from an incoming SIP MESSAGE.