diff --git a/docs/usage/models.md b/docs/usage/models.md index 8f7bc82..0d0932e 100644 --- a/docs/usage/models.md +++ b/docs/usage/models.md @@ -192,7 +192,7 @@ _(This script is complete, it should run "as is")_ One exception will be raised regardless of the number of errors found, that `ValidationError` will contain information about all the errors and how they happened. -You can access these errors in a several ways: +You can access these errors in several ways: `e.errors()` : method will return list of errors found in the input data.