Skip to content

Commit 8b1060e

Browse files
committed
Use American English
1 parent 5d081b2 commit 8b1060e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/upload_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ The previous versions of this article explained how to handle file uploads using
339339
is no longer recommended, because Doctrine events shouldn't be used for your
340340
domain logic.
341341

342-
Moreover, Doctrine listeners are often dependent on internal Doctrine behaviour
342+
Moreover, Doctrine listeners are often dependent on internal Doctrine behavior
343343
which may change in future versions. Also, they can introduce performance issues
344344
unawarely (because your listener persists entities which cause other entities to
345345
be changed and persisted).

0 commit comments

Comments
 (0)