Skip to content

Commit 7b3b017

Browse files
committed
[#3181] Adding line break thanks to @wouterj
1 parent 262e787 commit 7b3b017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/service_container/event_listener.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ using a special "tag":
9191

9292
There is an additional tag option ``priority`` that is optional and defaults
9393
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.
94+
in the order of their priority (highest to lowest). This is useful when
95+
you need to guarantee that one listener is executed before another.
9696

9797
Request events, checking types
9898
------------------------------

0 commit comments

Comments
 (0)