📝 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

@@ -106,7 +106,7 @@ In that case, instead of `.first()` we can use `.one()`:
Here we know that there's only one `"Deadpond"`, and there shouldn't be any more than one.
If we run it once will output:
If we run it once, it will output:
<div class="termy">