]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏ Fix typo in docs/tutorial/automatic-id-none-refresh.md (#14)
authorLeynier Gutiérrez González <leynier41@gmail.com>
Tue, 14 Dec 2021 17:11:39 +0000 (12:11 -0500)
committerGitHub <noreply@github.com>
Tue, 14 Dec 2021 17:11:39 +0000 (18:11 +0100)
docs/tutorial/automatic-id-none-refresh.md

index 215735e38775e8185e0c12b395c7814a8c241d59..ed767a21217d4ed4cd9e07701b4e8a27a438fc14 100644 (file)
@@ -399,7 +399,7 @@ In this case, after committing the object to the database with the **session**,
 
 ## Print Data After Closing the Session
 
-Now, as a fnal experiment, we can also print data after the **session** is closed.
+Now, as a final experiment, we can also print data after the **session** is closed.
 
 There are no surprises here, it still works: