Skip to content

Commit 3b1d60c

Browse files
authored
Merge pull request #1457 from Wiicolas/typo
Typo fix
2 parents c053523 + 34d0c81 commit 3b1d60c

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)