We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1242c8 + d61fdbc commit 988921eCopy full SHA for 988921e
reference/events.rst
@@ -54,8 +54,8 @@ their priorities:
54
55
**Event Class**: :class:`Symfony\\Component\\HttpKernel\\Event\\ControllerEvent`
56
57
-This event is dispatched after the controller to be executed has been resolved
58
-but before executing it. It's useful to initialize things later needed by the
+This event is dispatched after the controller has been resolved but before executing
+it. It's useful to initialize things later needed by the
59
controller, such as `param converters`_, and even to change the controller
60
entirely::
61
0 commit comments