diff --git a/package_manager/src/FileSyncerFactory.php b/package_manager/src/FileSyncerFactory.php
index ee96aa1e579cc07a93bbec1eee12a9aa8679c072..f93e31bfecabdb9d5a244f53590a32a68efb98ab 100644
--- a/package_manager/src/FileSyncerFactory.php
+++ b/package_manager/src/FileSyncerFactory.php
@@ -9,7 +9,7 @@ use PhpTuf\ComposerStager\Infrastructure\FileSyncer\FileSyncerFactory as StagerF
 use Symfony\Component\Process\ExecutableFinder;
 
 /**
- * A file syncer factory which returns file syncers according to configuration.
+ * A file syncer factory which creates a file syncer according to configuration.
  */
 class FileSyncerFactory implements FileSyncerFactoryInterface {