Skip to content

Commit fde934e

Browse files
authored
docs: fix typo
1 parent db7041c commit fde934e

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
@@ -997,5 +997,5 @@ is_image Yes Fails if the file cannot be determined to be
997997
The file validation rules apply for both single and multiple file uploads.
998998

999999
.. note:: Only rules specifically created for file validation (like the ones listed in the table above) can be used to validate files.
1000-
Therefore, adding any general rules, like ``permit_empy``, to file validation rules array or string, the file validation will not
1000+
Therefore, adding any general rules, like ``permit_empty``, to file validation rules array or string, the file validation will not
10011001
work correctly.

0 commit comments

Comments
 (0)