Skip to content

Commit b452b8b

Browse files
committed
Correct spelling & grammar in 4.4 event_dispatcher.rst
1 parent 62c0653 commit b452b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

event_dispatcher.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ Creating an Event Subscriber
141141

142142
Another way to listen to events is via an **event subscriber**, which is a class
143143
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.
144+
difference with the event listeners is that subscribers always know the events
145+
to which they are listening.
146146

147147
If different event subscriber methods listen to the same event, their order is
148148
defined by the ``priority`` parameter. This value is a positive or negative

0 commit comments

Comments
 (0)