From 268fe4b10049a47bb973e0db66389e149551b486 Mon Sep 17 00:00:00 2001 From: Laurent VOULLEMIER Date: Sun, 7 May 2023 22:13:23 +0200 Subject: [PATCH] Update Resources/doc/middlewares.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Grégoire Paris --- Resources/doc/middlewares.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/middlewares.rst b/Resources/doc/middlewares.rst index 2a5bee6ca..06b86d284 100644 --- a/Resources/doc/middlewares.rst +++ b/Resources/doc/middlewares.rst @@ -5,7 +5,7 @@ Doctrine DBAL supports middlewares. According to the `DBAL documentation`_: "A middleware sits in the middle between the wrapper components and the driver" -They allows to decorates the following DBAL classes: +They allows to decorate the following DBAL classes: - Doctrine\\DBAL\\Driver - Doctrine\\DBAL\\Driver\\Connection