Skip to content

Commit 34d0c81

Browse files
committed
Typo fix
1 parent c053523 commit 34d0c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/known_issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Product
2828
{
2929
$this->imageFile = $imageFile;
3030

31-
// Only change the updated af if the file is really uploaded to avoid database updates.
31+
// Only change the updatedAt property if the file is really uploaded to avoid database updates.
3232
// This is needed when the file should be set when loading the entity.
3333
if ($this->imageFile instanceof UploadedFile) {
3434
$this->updatedAt = new \DateTime('now');

0 commit comments

Comments
 (0)