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 262e787 commit 7b3b017Copy full SHA for 7b3b017
cookbook/service_container/event_listener.rst
@@ -91,8 +91,8 @@ using a special "tag":
91
92
There is an additional tag option ``priority`` that is optional and defaults
93
to 0. This value can be from -255 to 255, and the listeners will be executed
94
- in the order of their priority (highest to lowest). This is useful when you need to guarantee
95
- that one listener is executed before another.
+ in the order of their priority (highest to lowest). This is useful when
+ you need to guarantee that one listener is executed before another.
96
97
Request events, checking types
98
------------------------------
0 commit comments