We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02292c commit ded61d5Copy full SHA for ded61d5
cookbook/doctrine/file_uploads.rst
@@ -305,7 +305,7 @@ entity is ever deleted.
305
The ``@ORM\PrePersist()`` and ``@ORM\PostPersist()`` event callbacks are
306
triggered before and after the entity is persisted to the database. On the
307
other hand, the ``@ORM\PreUpdate()`` and ``@ORM\PostUpdate()`` event
308
- callbacks are called when the entity is udpated.
+ callbacks are called when the entity is updated.
309
310
Using the ``id`` as the filename
311
--------------------------------
0 commit comments