We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c0653 commit b452b8bCopy full SHA for b452b8b
event_dispatcher.rst
@@ -141,8 +141,8 @@ Creating an Event Subscriber
141
142
Another way to listen to events is via an **event subscriber**, which is a class
143
that defines one or more methods that listen to one or various events. The main
144
-difference with the event listeners is that subscribers always know which events
145
-they are listening to.
+difference with the event listeners is that subscribers always know the events
+to which they are listening.
146
147
If different event subscriber methods listen to the same event, their order is
148
defined by the ``priority`` parameter. This value is a positive or negative
0 commit comments