Skip to content

Commit 5909966

Browse files
javiereguiluzweaverryan
authored andcommitted
Fixed a typo
1 parent 1e69e63 commit 5909966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/validator/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Usage
2424
The Validator component behavior is based on two concepts:
2525

2626
* Contraints, which define the rules to be validated;
27-
* Validators, which are the classees that contain the actual validation logic.
27+
* Validators, which are the classes that contain the actual validation logic.
2828

2929
The following example shows how to validate that a string is at least 10
3030
characters long::

0 commit comments

Comments
 (0)