Skip to content

Commit d61fdbc

Browse files
committed
minor #17272 [EventDispatcher] Fix typo in reference events (WebMamba)
This PR was submitted for the 6.2 branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- [EventDispatcher] Fix typo in reference events Commits ------- 6b03a18 [EventDispatcher] Fix typo in reference events
2 parents 7e1f09f + 6b03a18 commit d61fdbc

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)