8000 Fixed typo · symfony/symfony-docs@aa0e5cc · GitHub
[go: up one dir, main page]

Skip to content

Commit aa0e5cc

Browse files
Fixed typo
1 parent 86eca87 commit aa0e5cc

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)
0