Skip to content

Commit

Permalink
Fixed grammar in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmcroft committed Apr 8, 2021
1 parent 5cc494c commit efb46af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/features/data-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Data Validation package is designed to provide out-of-the-box data validatio

## Validating an object using the ValidatorCollection

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.
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.

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.

Expand Down

0 comments on commit efb46af

Please sign in to comment.