File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Validation logic typically occurs as follows:
5151 echo '</ul >';
5252 }
5353
54- First load the Validation class. Then the rules are drafted and finally validated.
54+ First load the Validation class. Then the rules are set and finally validated.
5555Then a response is shown if the validation was valid or not.
5656
5757Setting Rules
@@ -798,7 +798,7 @@ The field requires special characters.
798798
799799 The rule can take two parameters:: ``$quantity `` and ``$characters ``.
800800
801- ``$quantity `` x is the number and special characters the field value must have.
801+ ``$quantity `` is the number of special characters the field value must have.
802802By default the value is ``1 ``.
803803
804804``$characters `` are the characters considered special. By default they are these:
You can’t perform that action at this time.
0 commit comments