Skip to content

Commit a4360d4

Browse files
committed
minor #12394 Fixed typo (ThomasLandauer)
This PR was merged into the 4.3 branch. Discussion ---------- Fixed typo Commits ------- aa0e5cc Fixed typo
2 parents 86eca87 + aa0e5cc commit a4360d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine/events.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ There are different ways to listen to these Doctrine events:
2626
These are the **drawbacks and advantages** of each one:
2727

2828
* Callbacks have better performance because they only apply to a single entity
29-
class, but you can't reuse the logic for different entities and they can't
30-
access to :doc:`Symfony services </service_container>`;
29+
class, but you can't reuse the logic for different entities and they don't
30+
have access to :doc:`Symfony services </service_container>`;
3131
* Lifecycle listeners and subscribers can reuse logic among different entities
3232
and can access Symfony services but their performance is worse because they
3333
are called for all entities;

0 commit comments

Comments
 (0)