Skip to content

Commit a4259db

Browse files
authored
A spelling correction in validation.rst
"require_with" should be "required_with" with a "d".
1 parent 4cb99e0 commit a4259db

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)