File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
cookbook/event_dispatcher Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
7070Now that the class is created, you just need to register it as a service and
7171notify Symfony that it is a "listener" on the ``kernel.exception `` event by
You can’t perform that action at this time.
0 commit comments