diff --git a/event_dispatcher.rst b/event_dispatcher.rst index c7fa7b7d905..3462659efb5 100644 --- a/event_dispatcher.rst +++ b/event_dispatcher.rst @@ -122,7 +122,7 @@ listener class: the ``kernel.exception`` event); #. If that method is not defined either, try to call the ``__invoke()`` magic method (which makes event listeners invokable); -#. If the ``_invoke()`` method is not defined either, throw an exception. +#. If the ``__invoke()`` method is not defined either, throw an exception. .. note::