Skip to content

Commit cae1406

Browse files
committed
Tweaks
1 parent 87455d5 commit cae1406

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
@@ -134,8 +134,8 @@ they are listening to.
134134
If different event subscriber methods listen to the same event, their order is
135135
defined by the ``priority`` parameter. This value is a positive or negative
136136
integer which defaults to ``0``. The higher the number, the earlier the method
137-
is called. Priority is aggregated for all listeners and subscribers, so your
138-
methods could be executed after some other methods defined in different listeners
137+
is called. **Priority is aggregated for all listeners and subscribers**, so your
138+
methods could be executed before or after the methods defined in other listeners
139139
and subscribers. To learn more about event subscribers, read :doc:`/components/event_dispatcher`.
140140

141141
The following example shows an event subscriber that defines several methods which

0 commit comments

Comments
 (0)