From c86ab7d239b8ff3cb67df9197a63fb38029263f4 Mon Sep 17 00:00:00 2001 From: Manuel Reinhard Date: Mon, 5 Oct 2015 21:43:03 +0200 Subject: [PATCH] Fixed typo in 9.6.7 of docs --- docs/en/reference/events.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/events.rst b/docs/en/reference/events.rst index 4a52af8c8..171adca02 100644 --- a/docs/en/reference/events.rst +++ b/docs/en/reference/events.rst @@ -740,7 +740,7 @@ The three post events are called inside ``EntityManager#flush()``. Changes in here are not relevant to the persistence in the database, but you can use these events to alter non-persistable items, like non-mapped fields, logging or even associated classes that are -directly mapped by Doctrine. +not directly mapped by Doctrine. postLoad ~~~~~~~~