Skip to content

Commit ac5aea1

Browse files
authored
Merge release 2.10.3 into 2.11.x (#9224)
2 parents a75605b + 7b24275 commit ac5aea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/tutorials/extra-lazy-associations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ easily using a combination of ``count`` and ``slice``.
4040
``removeElement`` directly issued DELETE queries to the database from
4141
version 2.4.0 to 2.7.0. This circumvents the flush operation and might run
4242
outside a transactional boundary if you don't create one yourself. We
43-
consider this a critical bug in the assumptio of how the ORM works and
43+
consider this a critical bug in the assumption of how the ORM works and
4444
reverted ``removeElement`` EXTRA_LAZY behavior in 2.7.1.
4545

4646

0 commit comments

Comments
 (0)