Skip to content

Commit a7fb29f

Browse files
authored
Merge pull request #6622 from sammyskills/fix/update-validation-mime-type
docs: fix: update the validation mime type
2 parents 044ae22 + 8ab3831 commit a7fb29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/libraries/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ max_dims Yes Fails if the maximum width and height of an
767767
the width, and the third is the height. Will
768768
also fail if the file cannot be determined
769769
to be an image.
770-
mime_in Yes Fails if the file's mime type is not one mime_in[field_name,image/png,image/jpg]
770+
mime_in Yes Fails if the file's mime type is not one mime_in[field_name,image/png,image/jpeg]
771771
listed in the parameters.
772772
ext_in Yes Fails if the file's extension is not one ext_in[field_name,png,jpg,gif]
773773
listed in the parameters.

0 commit comments

Comments
 (0)