8000 Fix typo 'even' >> 'event' in event_listener.rst · symfony/symfony-docs@59fc549 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59fc549

Browse files
kuusaswouterj
authored andcommitted
Fix typo 'even' >> 'event' in event_listener.rst
1 parent 79fa94b commit 59fc549

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)
0