Skip to content

Commit 7b24275

Browse files
authored
Merge pull request #9218 from Florian-Varrin/patch-1
Fix typo assumptio--> assumption
2 parents 15ec77f + ed1a576 commit 7b24275

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)