Skip to content

Commit

Permalink
Update user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Jul 24, 2024
1 parent 4c56f5b commit ae7c379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Validation logic typically occurs as follows:
echo '</ul>';
}
First load the Validation class. Then the rules are drafted and finally validated.
First load the Validation class. Then the rules are set and finally validated.
Then a response is shown if the validation was valid or not.

Setting Rules
Expand Down Expand Up @@ -798,7 +798,7 @@ The field requires special characters.
The rule can take two parameters:: ``$quantity`` and ``$characters``.

``$quantity`` x is the number and special characters the field value must have.
``$quantity`` is the number of special characters the field value must have.
By default the value is ``1``.

``$characters`` are the characters considered special. By default they are these:
Expand Down

0 comments on commit ae7c379

Please sign in to comment.