Skip to content

Commit 28d21de

Browse files
authored
Update known_issues.md
1 parent 341d59b commit 28d21de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/known_issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Similar to the issue above, because VichUploaderBundle relies on Doctrine's `pre
4646
handlers, it is not possible to use Gedmo's handlers to track changes for uploaded files. To be
4747
more specific, you cannot use `Gedmo\Timestampable` to track when a file is uploaded or changed.
4848
One solution for this is to update your timestamp property in your setters of the file and field
49-
properties; updating both is neccessary to track delete and change actions.
49+
properties; updating both is necessary to track delete and change actions.
5050

5151
```php
5252
#[Vich\UploadableField(mapping: 'custom_file', fileNameProperty: 'myField')]

0 commit comments

Comments
 (0)