From 6b7e144a9f087e74faaf967c291f0575bc519ef6 Mon Sep 17 00:00:00 2001 From: Daniele Ambrosino Date: Wed, 8 Mar 2023 12:28:18 +0100 Subject: [PATCH] Update event_dispatcher.rst Fix a little spelling mistake. --- event_dispatcher.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event_dispatcher.rst b/event_dispatcher.rst index 7f9adf284bc..fbee0d5268d 100644 --- a/event_dispatcher.rst +++ b/event_dispatcher.rst @@ -61,7 +61,7 @@ The most common way to listen to an event is to register an **event listener**:: } Now that the class is created, you need to register it as a service and -notify Symfony that it is a event listener by using a special "tag": +notify Symfony that it is an event listener by using a special "tag": .. configuration-block::