From 8b1060ecc3507b8a5adaae31737aac08fc4449c2 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 22 Jul 2019 10:54:12 +0200 Subject: [PATCH] Use American English --- controller/upload_file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/upload_file.rst b/controller/upload_file.rst index 2072c4756f7..fa2f5fede85 100644 --- a/controller/upload_file.rst +++ b/controller/upload_file.rst @@ -339,7 +339,7 @@ The previous versions of this article explained how to handle file uploads using is no longer recommended, because Doctrine events shouldn't be used for your domain logic. -Moreover, Doctrine listeners are often dependent on internal Doctrine behaviour +Moreover, Doctrine listeners are often dependent on internal Doctrine behavior which may change in future versions. Also, they can introduce performance issues unawarely (because your listener persists entities which cause other entities to be changed and persisted).