From 5307138b03a932ce95666673a80381b09394ccff Mon Sep 17 00:00:00 2001 From: Daniel Solmann <70720738+DanielSolmann@users.noreply.github.com> Date: Thu, 25 Feb 2021 13:29:04 +0300 Subject: [PATCH] Fix a typo --- docs/fastapi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fastapi.md b/docs/fastapi.md index 2bf7645..9efdde8 100644 --- a/docs/fastapi.md +++ b/docs/fastapi.md @@ -58,7 +58,7 @@ async def shutdown() -> None: Define ormar models with appropriate fields. -Those models will be used insted of pydantic ones. +Those models will be used instead of pydantic ones. ```python class Category(ormar.Model): @@ -210,4 +210,4 @@ def test_all_endpoints(): [fastapi]: https://fastapi.tiangolo.com/ [models]: ./models/index.md [database initialization]: ./models/migrations.md -[tests]: https://github.com/collerek/ormar/tree/master/tests \ No newline at end of file +[tests]: https://github.com/collerek/ormar/tree/master/tests