Skip to content

Commit 1efdc73

Browse files
committed
minor #6670 Fix typo 'even' >> 'event' in event_listener.rst (kuusas)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #6670). Discussion ---------- Fix typo 'even' >> 'event' in event_listener.rst Commits ------- 59fc549 Fix typo 'even' >> 'event' in event_listener.rst
2 parents 79fa94b + 59fc549 commit 1efdc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/event_dispatcher/event_listener.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The most common way to listen to an event is to register an **event listener**::
6565
Each event receives a slightly different type of ``$event`` object. For
6666
the ``kernel.exception`` event, it is :class:`Symfony\\Component\\HttpKernel\\Event\\GetResponseForExceptionEvent`.
6767
To see what type of object each event listener receives, see :class:`Symfony\\Component\\HttpKernel\\KernelEvents`
68-
or the documentation about the specific even you're listening to.
68+
or the documentation about the specific event you're listening to.
6969

7070
Now that the class is created, you just need to register it as a service and
7171
notify Symfony that it is a "listener" on the ``kernel.exception`` event by

0 commit comments

Comments
 (0)