Skip to content

Commit d32693e

Browse files
dgvirtualkenjis
andauthored
Update user_guide_src/source/libraries/validation.rst
Correct typo, sure. Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent bfe27c0 commit d32693e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ By default, the system will look within **system/Language/en/Validation.php** fo
764764
errors. To provide default error messages for your custom rules, you may place them in **app/Language/en/Validation.php**
765765
(and/or corresponding folder of locale you use in place of ``en``). Also, in case you want to use some other language
766766
string file in place of the default **Validation.php**, you may provide error messages by accepting an ``&$error``
767-
variable by reference in the second (or, in case your rule needs to work with parameters, as cescribed below – the
767+
variable by reference in the second (or, in case your rule needs to work with parameters, as described below – the
768768
fourth) parameter:
769769

770770
.. literalinclude:: validation/035.php

0 commit comments

Comments
 (0)