From 9ac45a1d645d3d4868fd686534c6aa13abcc2451 Mon Sep 17 00:00:00 2001 From: Shayo Rowland <127336696+eightrix@users.noreply.github.com> Date: Fri, 6 Sep 2024 07:05:20 +0100 Subject: [PATCH] Update validation.rst Insert 'are' after 'that' on line 1053 --- user_guide_src/source/libraries/validation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/libraries/validation.rst b/user_guide_src/source/libraries/validation.rst index 048449580422..2d3b75297ce0 100644 --- a/user_guide_src/source/libraries/validation.rst +++ b/user_guide_src/source/libraries/validation.rst @@ -1050,7 +1050,7 @@ Rules for File Uploads When you validate uploaded files, you must use the rules specifically created for file validation. -.. important:: Only rules that listed in the table below can be used to validate +.. important:: Only rules that are listed in the table below can be used to validate files. Therefore, adding any general rules, like ``permit_empty``, to file validation rules array or string, the file validation will not work correctly.