We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6231f04 + 0b9de94 commit 72ac446Copy full SHA for 72ac446
controller/upload_file.rst
@@ -351,7 +351,7 @@ The previous versions of this article explained how to handle file uploads using
351
is no longer recommended, because Doctrine events shouldn't be used for your
352
domain logic.
353
354
-Moreover, Doctrine listeners are often dependent on internal Doctrine behaviour
+Moreover, Doctrine listeners are often dependent on internal Doctrine behavior
355
which may change in future versions. Also, they can introduce performance issues
356
unawarely (because your listener persists entities which cause other entities to
357
be changed and persisted).
0 commit comments