Skip to content

Commit

Permalink
Merge pull request #91 from PhantomWatson/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Ocramius committed May 31, 2022
2 parents d1bc565 + 9199097 commit 7a765f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/UploadedFileErrorException.php
Expand Up @@ -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
));
}
Expand Down

0 comments on commit 7a765f4

Please sign in to comment.