Skip to content

Commit

Permalink
Update files-size.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgracia committed Jul 10, 2020
1 parent 3f5e678 commit 7577673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/validators/file/files-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ units.
use Laminas\Validator\File\FilesSize;

$validator = new FilesSize([
'min' => '1kB`, // minimum of 1kB
'min' => '1kB', // minimum of 1kB
'max' => `10MB', // maximum of 10MB
]);

Expand Down

0 comments on commit 7577673

Please sign in to comment.