Skip to content

Commit 7cd6cd2

Browse files
committed
minor #9769 little typo event_dispatcher.rst (SpacePossum)
This PR was submitted for the 3.0 branch but it was merged into the 2.7 branch instead (closes #9769). Discussion ---------- little typo event_dispatcher.rst (also in the 4 line, not in 2) Commits ------- b98355f Update event_dispatcher.rst
2 parents 350ab22 + b98355f commit 7cd6cd2

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
@@ -118,8 +118,8 @@ using a special "tag":
118118
method executed by default is ``onKernelException()``.
119119

120120
The other optional tag attribute is called ``priority``, which defaults to
121-
``0`` and it controls the order in which listeners are executed (the highest
122-
the priority, the earlier a listener is executed). This is useful when you
121+
``0`` and it controls the order in which listeners are executed (the higher
122+
the priority the earlier a listener is executed). This is useful when you
123123
need to guarantee that one listener is executed before another. The priorities
124124
of the internal Symfony listeners usually range from ``-255`` to ``255`` but
125125
your own listeners can use any positive or negative integer.

0 commit comments

Comments
 (0)