Skip to content

Commit 6b03a18

Browse files
WebMambajaviereguiluz
authored andcommitted
[EventDispatcher] Fix typo in reference events
1 parent 7e1f09f commit 6b03a18

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)