]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏️ Fix typo in documentation (#1106)
authorSolipsistmonkey <103457994+Solipsistmonkey@users.noreply.github.com>
Sat, 21 Sep 2024 18:44:22 +0000 (11:44 -0700)
committerGitHub <noreply@github.com>
Sat, 21 Sep 2024 18:44:22 +0000 (20:44 +0200)
docs/tutorial/one.md

index f374d1b4a6a67168a95e5a6069d69ad10e850ca7..4e770dbc2e51b5245b1c646c8cc4a35a6742fde3 100644 (file)
@@ -710,4 +710,4 @@ Hero: None
 
 ## Recap
 
-As querying the SQL database for a single row is a common operation, you know have several tools to do it in a short and simple way. 🎉
+As querying the SQL database for a single row is a common operation, you now have several tools to do it in a short and simple way. 🎉