Skip to content

Commit ed1a576

Browse files
Fix typo assumptio--> assumption
1 parent 73fa465 commit ed1a576

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)