From ebda12d51d4e32a5bdeae17d14df29cd2586140c Mon Sep 17 00:00:00 2001 From: James Cryer Date: Mon, 9 Apr 2012 19:58:39 +0100 Subject: [PATCH] Fixes #1232 - lifecycle typo --- book/doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/doctrine.rst b/book/doctrine.rst index 986ab8f0f48..6241e2f21f6 100644 --- a/book/doctrine.rst +++ b/book/doctrine.rst @@ -1196,7 +1196,7 @@ in general, see Doctrine's `Lifecycle Events documentation`_ .. sidebar:: Lifecycle Callbacks and Event Listeners Notice that the ``setCreatedValue()`` method receives no arguments. This - is always the case for lifecylce callbacks and is intentional: lifecycle + is always the case for lifecycle callbacks and is intentional: lifecycle callbacks should be simple methods that are concerned with internally transforming data in the entity (e.g. setting a created/updated field, generating a slug value).