diff --git a/Fix-bug-invalid-modification-date.md b/Fix-bug-invalid-modification-date.md
index 5b9d015..35f8ce4 100644
--- a/Fix-bug-invalid-modification-date.md
+++ b/Fix-bug-invalid-modification-date.md
@@ -30,5 +30,5 @@ sudo -u www-data ./scan_group_folders.sh
In case affected files from group folders are in the trash bin or are old versionned files thay may not have the correct state in the server database. In that situation you can run the following script to fix database state:
```
-./fix_group_folders.sh
+./fix_group_folders.sh
```