From 04234e441af39daf085c3851031e75ee6ee48c96 Mon Sep 17 00:00:00 2001 From: Gaurav Makhecha <gauravmakhecha@gmail.com> Date: Wed, 21 Oct 2015 13:46:24 +0530 Subject: [PATCH] Update email.rst Word change. --- en/core-libraries/email.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/core-libraries/email.rst b/en/core-libraries/email.rst index 83c84b46b4..f796a8d2c0 100644 --- a/en/core-libraries/email.rst +++ b/en/core-libraries/email.rst @@ -176,7 +176,7 @@ following configuration keys are used: - ``'replyTo'``: Email or array to reply the e-mail. See ``Email::replyTo()``. - ``'readReceipt'``: Email address or an array of addresses to receive the receipt of read. See ``Email::readReceipt()``. -- ``'returnPath'``: Email address or and array of addresses to return if have +- ``'returnPath'``: Email address or an array of addresses to return if have some error. See ``Email::returnPath()``. - ``'messageId'``: Message ID of e-mail. See ``Email::messageId()``. - ``'subject'``: Subject of the message. See ``Email::subject()``.