From b2816282b10ea6ace170f0ca80894d71c39eacfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Schl=C3=A4pfer?= Date: Tue, 3 Dec 2019 23:50:31 +0100 Subject: [PATCH] fix a typo in mailer docs (Mutliple -> Multiple) --- mailer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailer.rst b/mailer.rst index cff2d439ce8..acf196c0ebc 100644 --- a/mailer.rst +++ b/mailer.rst @@ -703,7 +703,7 @@ you have a transport called ``async``, you can route the message there: Thanks to this, instead of being delivered immediately, messages will be sent to the transport to be handled later (see :ref:`messenger-worker`). -Mutliple Email Transports +Multiple Email Transports ------------------------- .. versionadded:: 4.4