Skip to content

Commit 98243e9

Browse files
committed
minor #5850 Fixed typo (tobiassjosten)
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closes #5850). Discussion ---------- Fixed typo Comparing events to subscribers doesn't make much sense, so I figured it must be a typo. Commits ------- 6e220ef Fixed typo
2 parents a355dbd + 6e220ef commit 98243e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cookbook/event_dispatcher/event_listener.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,10 @@ or a "sub request"::
248248
Certain things, like checking information on the *real* request, may not need to
249249
be done on the sub-request listeners.
250250

251-
Events or Subscribers
252-
---------------------
251+
.. _events-or-subscribers:
252+
253+
Listeners or Subscribers
254+
------------------------
253255

254256
Listeners and subscribers can be used in the same application indistinctly. The
255257
decision to use either of them is usually a matter of personal taste. However,

0 commit comments

Comments
 (0)