8000 Update event_dispatcher.rst · symfony/symfony-docs@b98355f · GitHub
[go: up one dir, main page]

Skip to content

Commit b98355f

Browse files
SpacePossumjaviereguiluz
authored andcommitted
Update event_dispatcher.rst
1 parent 350ab22 commit b98355f

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)
0