📝 Fix small typos in the documentation (#1641)

* fix typo

* fix typo

* add missing word

* remove duplication

* add :

* Update docs/tutorial/limit-and-offset.md

---------

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
This commit is contained in:
Sofie Van Landeghem
2026-02-23 16:46:11 +01:00
committed by GitHub
parent d9849dc745
commit 88b6ec3624
5 changed files with 5 additions and 5 deletions

View File

@@ -139,7 +139,7 @@ Hero's team: name='Z-Force' headquarters='Sister Margaret's Bar' id=1
## Make Circular Imports Work
Let's say that for some reason you hate the idea of having all the database models together in a single file, and you really want to have **separate files** a `hero_model.py` file and a `team_model.py` file.
Let's say that for some reason you hate the idea of having all the database models together in a single file, and you really want to have **separate files**: a `hero_model.py` file and a `team_model.py` file.
You can also do it. 😎 There's a couple of things to keep in mind. 🤓