Skip to content

Commit 63830ab

Browse files
authored
[Messenger] Minor wording tweak regarding factories
As an end-user, the following DI config isn't the one for __using__ a middleware factory but for defining one using DI config instead. Using an existing configurable middleware is described below in a `messenger` config sample.
1 parent baa1ea8 commit 63830ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ Using Middleware Factories
609609
~~~~~~~~~~~~~~~~~~~~~~~~~~
610610

611611
Some third-party bundles and libraries provide configurable middleware via
612-
factories. Using them requires a two-step configuration based on Symfony's
612+
factories. Defining such requires a two-step configuration based on Symfony's
613613
:doc:`dependency injection </service_container>` features:
614614

615615
.. code-block:: yaml

0 commit comments

Comments
 (0)