diff --git a/cookbook/service_container/event_listener.rst b/cookbook/service_container/event_listener.rst index d96f8553a34..0d7bce7935a 100644 --- a/cookbook/service_container/event_listener.rst +++ b/cookbook/service_container/event_listener.rst @@ -96,9 +96,8 @@ using a special "tag": .. note:: There is an additional tag option ``priority`` that is optional and defaults - to 0. This value can be from -255 to 255, and the listeners will be executed - in the order of their priority (highest to lowest). This is useful when - you need to guarantee that one listener is executed before another. + to 0. The listeners will be executed in the order of their priority (highest to lowest). + This is useful when you need to guarantee that one listener is executed before another. Request Events, Checking Types ------------------------------