Skip to content

Commit 60e03c7

Browse files
committed
[symfony#2281] Slight language tweak
1 parent 3980295 commit 60e03c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ indexed by event names and whose values are either the method name to call or
456456
an array composed of the method name to call and a priority. The example
457457
above shows how to register several listener methods for the same event in
458458
subscriber and also shows how to pass the priority of each listener method.
459-
The higher the priority, the earlier the method is called, so in the above
459+
The higher the priority, the earlier the method is called. In the above
460460
example, when the ``kernel.response`` event is triggered, the methods
461461
``onKernelResponsePre``, ``onKernelResponseMid``, and ``onKernelResponsePost``
462462
are called in that order.

0 commit comments

Comments
 (0)