diff --git a/src/Exception/UploadedFileErrorException.php b/src/Exception/UploadedFileErrorException.php index b3a3e68e..a12e95ab 100644 --- a/src/Exception/UploadedFileErrorException.php +++ b/src/Exception/UploadedFileErrorException.php @@ -31,7 +31,7 @@ public static function dueToUnwritablePath() : self public static function dueToUnwritableTarget(string $targetDirectory) : self { return new self(sprintf( - 'The target directory `%s` does not exists or is not writable', + 'The target directory `%s` does not exist or is not writable', $targetDirectory )); }