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**::
65
65
Each event receives a slightly different type of ``$event `` object. For
66
66
the ``kernel.exception `` event, it is :class: `Symfony\\ Component\\ HttpKernel\\ Event\\ GetResponseForExceptionEvent `.
67
67
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.
69
69
70
70
Now that the class is created, you just need to register it as a service and
71
71
notify Symfony that it is a "listener" on the ``kernel.exception `` event by
You can’t perform that action at this time.
0 commit comments