Skip to content

Commit 988921e

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: [EventDispatcher] Fix typo in reference events
2 parents b1242c8 + d61fdbc commit 988921e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/events.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ their priorities:
5454

5555
**Event Class**: :class:`Symfony\\Component\\HttpKernel\\Event\\ControllerEvent`
5656

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
57+
This event is dispatched after the controller has been resolved but before executing
58+
it. It's useful to initialize things later needed by the
5959
controller, such as `param converters`_, and even to change the controller
6060
entirely::
6161

0 commit comments

Comments
 (0)