Skip to content

Commit 0aa33f7

Browse files
committed
Merge pull request #1234 from jrcryer/doctrine_typo
Fixes #1232 - lifecycle typo
2 parents 0434394 + ebda12d commit 0aa33f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ in general, see Doctrine's `Lifecycle Events documentation`_
11961196
.. sidebar:: Lifecycle Callbacks and Event Listeners
11971197

11981198
Notice that the ``setCreatedValue()`` method receives no arguments. This
1199-
is always the case for lifecylce callbacks and is intentional: lifecycle
1199+
is always the case for lifecycle callbacks and is intentional: lifecycle
12001200
callbacks should be simple methods that are concerned with internally
12011201
transforming data in the entity (e.g. setting a created/updated field,
12021202
generating a slug value).

0 commit comments

Comments
 (0)