]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix typo in `body-nested-models.md` (#3462)
authorjaystone776 <1732865113@qq.com>
Wed, 21 Jul 2021 12:41:24 +0000 (20:41 +0800)
committerGitHub <noreply@github.com>
Wed, 21 Jul 2021 12:41:24 +0000 (14:41 +0200)
Typo in line 201, *where* should be *were*

docs/en/docs/tutorial/body-nested-models.md

index 14e725a213680064fc4cfa3f315517b82831673c..7435e22d9b21ac107ee2b60a13b2a5d0763c91c9 100644 (file)
@@ -198,7 +198,7 @@ Even for items inside of lists:
 
 <img src="/img/tutorial/body-nested-models/image01.png">
 
-You couldn't get this kind of editor support if you where working directly with `dict` instead of Pydantic models.
+You couldn't get this kind of editor support if you were working directly with `dict` instead of Pydantic models.
 
 But you don't have to worry about them either, incoming dicts are converted automatically and your output is converted automatically to JSON too.