From c7e07102325ab289cc21fed2c9f8f6bf1ec4b9ac 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 db7e186fe9e..d129d0f13e2 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::