mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-03-13 09:29:54 +08:00
📝 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:
committed by
GitHub
parent
d9849dc745
commit
88b6ec3624
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user