]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏️ Fix typo in `docs/tutorial/create-db-and-table.md` (#477)
authorSanthosh Solomon <91061721+FluffyDietEngine@users.noreply.github.com>
Tue, 8 Nov 2022 15:04:06 +0000 (20:34 +0530)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2022 15:04:06 +0000 (15:04 +0000)
typo fixed in docs/tutorial/create-db-and-table.md

Co-authored-by: Santhosh Solomon <santhoshsolomon@Santhoshs-MacBook-Air.local>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/tutorial/create-db-and-table.md

index b81d309284e61edbb13e3d2474b6563a2bf67cec..abd73cb797926e104860d70205450941e082b269 100644 (file)
@@ -415,7 +415,7 @@ Now run the program with Python:
 // We set echo=True, so this will show the SQL code
 $ python app.py
 
-// First, some boilerplate SQL that we are not that intereted in
+// First, some boilerplate SQL that we are not that interested in
 
 INFO Engine BEGIN (implicit)
 INFO Engine PRAGMA main.table_info("hero")