diff --git a/doctrine/event_listeners_subscribers.rst b/doctrine/event_listeners_subscribers.rst index 8278efba4b3..f1a08b431b2 100644 --- a/doctrine/event_listeners_subscribers.rst +++ b/doctrine/event_listeners_subscribers.rst @@ -6,7 +6,7 @@ How to Register Event Listeners and Subscribers =============================================== -Doctrine packages a rich event system that fires events when almost anything +Doctrine packages have a rich event system that fires events when almost anything happens inside the system. For you, this means that you can create arbitrary :doc:`services ` and tell Doctrine to notify those objects whenever a certain action (e.g. ``prePersist()``) happens within Doctrine.