Skip to content

Commit df7137d

Browse files
authored
Remove "various"
1 parent 5e63857 commit df7137d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

14/umbraco-cms/extending/property-editors/integrate-validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

99
It 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

0 commit comments

Comments
 (0)