Skip to content

Commit ded61d5

Browse files
author
Hugo Hamon
committed
[cookbook] [doctrine] fixed typo in file uploads tutorial.
1 parent e02292c commit ded61d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/file_uploads.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ entity is ever deleted.
305305
The ``@ORM\PrePersist()`` and ``@ORM\PostPersist()`` event callbacks are
306306
triggered before and after the entity is persisted to the database. On the
307307
other hand, the ``@ORM\PreUpdate()`` and ``@ORM\PostUpdate()`` event
308-
callbacks are called when the entity is udpated.
308+
callbacks are called when the entity is updated.
309309

310310
Using the ``id`` as the filename
311311
--------------------------------

0 commit comments

Comments
 (0)