From 3b9b881f0dba70424ba569db3af1ce84a395105e Mon Sep 17 00:00:00 2001 From: Linas Linartas Date: Wed, 1 Jul 2020 14:09:18 +0300 Subject: [PATCH] [Messenger] Update messenger.rst Fix plural form issue: "send messages to multiple transport" to "multiple transports". --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index 908c5e96a7f..548e6ec4b50 100644 --- a/messenger.rst +++ b/messenger.rst @@ -255,7 +255,7 @@ transport and its handler(s) will *not* be called immediately. Any messages not matched under ``routing`` will still be handled immediately. You can also route classes by their parent class or interface. Or send messages -to multiple transport: +to multiple transports: .. configuration-block::