Skip to content

Commit 4a2baf9

Browse files
committed
Minor tweak
1 parent 91f2900 commit 4a2baf9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doctrine/events.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ a Doctrine listener in your application::
158158
// ...
159159
}
160160

161-
Alternatively, if you prefer to not use PHP attributes, you mustenable the Doctrine listener in the Symfony application by creating a new
162-
service for it and :doc:`tagging it </service_container/tags>` with
163-
the ``doctrine.event_listener`` tag:
161+
Alternatively, if you prefer to not use PHP attributes, you must enable the
162+
listener in the Symfony application by creating a new service for it and
163+
:doc:`tagging it </service_container/tags>` with the ``doctrine.event_listener`` tag:
164164

165165
.. configuration-block::
166166

0 commit comments

Comments
 (0)