Skip to content

Commit ae7c379

Browse files
committed
Update user guide
1 parent 4c56f5b commit ae7c379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
5555
Then a response is shown if the validation was valid or not.
5656

5757
Setting 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.
802802
By default the value is ``1``.
803803

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

0 commit comments

Comments
 (0)