Skip to content

Commit 7273b9d

Browse files
authored
Merge pull request #6585 from akuo-tbf/patch-1
A spelling correction in validation.rst
2 parents 47ed563 + a4259db commit 7273b9d

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
@@ -585,7 +585,7 @@ Allowing Parameters
585585

586586
If your method needs to work with parameters, the function will need a minimum of three parameters: the string to validate,
587587
the parameter string, and an array with all of the data that was submitted the form. The ``$data`` array is especially handy
588-
for rules like ``require_with`` that needs to check the value of another submitted field to base its result on:
588+
for rules like ``required_with`` that needs to check the value of another submitted field to base its result on:
589589

590590
.. literalinclude:: validation/037.php
591591

0 commit comments

Comments
 (0)