Skip to content

Commit efb46af

Browse files
committed
Fixed grammar in docs
1 parent 5cc494c commit efb46af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/articles/features/data-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Data Validation package is designed to provide out-of-the-box data validatio
99

1010
## Validating an object using the ValidatorCollection
1111

12-
Data validation can be implemented in so many different ways. MADE provides the capability to perform data validation through it's own `IValidator` interface which can be used to create consistent data validators.
12+
Data validation can be implemented in so many different ways. MADE provides the capability to perform data validation through its own `IValidator` interface that can be used to create consistent data validators.
1313

1414
Using the `MADE.Data.Validation.ValidatorCollection` based on a `List` type, you can construct a collection of `IValidator` instances which can be used to validate values.
1515

0 commit comments

Comments
 (0)