From ae13be5b8c811b92a067735f7cd2c25af16f8cc8 Mon Sep 17 00:00:00 2001 From: Edd Salkield Date: Sat, 10 Apr 2021 10:21:51 +0100 Subject: [PATCH] docs: minor typo correction (#2649) --- docs/usage/models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/models.md b/docs/usage/models.md index f7aa5a2110..85e97e870f 100644 --- a/docs/usage/models.md +++ b/docs/usage/models.md @@ -14,7 +14,7 @@ of the resultant model instance will conform to the field types defined on the m In other words, *pydantic* guarantees the types and constraints of the output model, not the input data. This might sound like an esoteric distinction, but it is not. If you're unsure what this means or - how it might effect your usage you should read the section about [Data Conversion](#data-conversion) below. + how it might affect your usage you should read the section about [Data Conversion](#data-conversion) below. ## Basic model usage