File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
14/umbraco-cms/extending/property-editors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Learn how to bind and use the validation system when working with F
44
55# Integrate Validation
66
7- The Validation System provides abilities to validate various Form Controls. Such can be native or custom, like a Property Editor.
7+ The Validation System provides abilities to validate different Form Controls. Such can be native or custom, like a Property Editor.
88
99It also allows for binding server validation to the Form Controls making the validation experience as synergetic as possible.
1010
@@ -16,7 +16,7 @@ You can ask the Validation Context to validate. This will evaluate all validator
1616
1717## Validators
1818
19- We provide a few built in Validators which handles most cases.
19+ We provide a few built- in Validators that handle most cases.
2020
2121### Form Control Validator
2222
You can’t perform that action at this time.
0 commit comments