From dc182616607efa41b750fd79004a6b5757c5cd50 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Fri, 3 Feb 2023 11:30:20 +0100 Subject: [PATCH] Update messenger.rst Co-authored-by: Oskar Stark --- messenger.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messenger.rst b/messenger.rst index 7866bba72bf..cec8421e1a4 100644 --- a/messenger.rst +++ b/messenger.rst @@ -2345,8 +2345,8 @@ to be handled asynchronously). Keep this in mind if you create your own middlewa You can add your own middleware to this list, or completely disable the default middleware and *only* include your own. -If a middleware service is abstract, you can configure its constructor's arguments. -A different instance will be created per bus. +If a middleware service is abstract, you can configure its constructor's arguments +and a different instance will be created per bus. .. configuration-block::