Skip to content

Commit e811ec7

Browse files
committed
fix typo by removing has been
1 parent 0e1f91a commit e811ec7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/events.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ 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 it. It's useful to initialize things later needed by the
5958
controller, such as `param converters`_, and even to change the controller
6059
entirely::
6160

0 commit comments

Comments
 (0)