@@ -38,8 +38,8 @@ early to stop the handling of the request.
3838
3939 Read more on the :ref: `kernel.request event <component-http-kernel-kernel-request >`.
4040
41- Execute this command to know the listeners registered to this event and their
42- priorities:
41+ Execute this command to find out which listeners are registered for this event and
42+ their priorities:
4343
4444.. code-block :: terminal
4545
@@ -69,8 +69,8 @@ entirely::
6969
7070 Read more on the :ref: `kernel.controller event <component-http-kernel-kernel-controller >`.
7171
72- Execute this command to know the listeners registered to this event and their
73- priorities:
72+ Execute this command to find out which listeners are registered for this event and
73+ their priorities:
7474
7575.. code-block :: terminal
7676
@@ -103,8 +103,8 @@ HTML contents) into the ``Response`` object needed by Symfony::
103103
104104 Read more on the :ref: `kernel.view event <component-http-kernel-kernel-view >`.
105105
106- Execute this command to know the listeners registered to this event and their
107- priorities:
106+ Execute this command to find out which listeners are registered for this event and
107+ their priorities:
108108
109109.. code-block :: terminal
110110
@@ -130,8 +130,8 @@ before sending it back (e.g. add/modify HTTP headers, add cookies, etc.)::
130130
131131 Read more on the :ref: `kernel.response event <component-http-kernel-kernel-response >`.
132132
133- Execute this command to know the listeners registered to this event and their
134- priorities:
133+ Execute this command to find out which listeners are registered for this event and
134+ their priorities:
135135
136136.. code-block :: terminal
137137
@@ -157,8 +157,8 @@ the parent request)::
157157 $this->setLocale($parentRequest);
158158 }
159159
160- Execute this command to know the listeners registered to this event and their
161- priorities:
160+ Execute this command to find out which listeners are registered for this event and
161+ their priorities:
162162
163163.. code-block :: terminal
164164
@@ -178,8 +178,8 @@ send the response (e.g. sending emails).
178178
179179 Read more on the :ref: `kernel.terminate event <component-http-kernel-kernel-terminate >`.
180180
181- Execute this command to know the listeners registered to this event and their
182- priorities:
181+ Execute this command to find out which listeners are registered for this event and
182+ their priorities:
183183
184184.. code-block :: terminal
185185
@@ -238,8 +238,8 @@ sent as response::
238238
239239 Read more on the :ref: `kernel.exception event <component-http-kernel-kernel-exception >`.
240240
241- Execute this command to know the listeners registered to this event and their
242- priorities:
241+ Execute this command to find out which listeners are registered for this event and
242+ their priorities:
243243
244244.. code-block :: terminal
245245
0 commit comments