]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
✏️ Fix typo in `databases.md` (#1113)
authorRadi <evaradi18@gmail.com>
Thu, 20 Feb 2025 15:33:38 +0000 (16:33 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2025 15:33:38 +0000 (16:33 +0100)
Update databases.md

typo fix

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
docs/databases.md

index d65a7431f45246895b803a018fa772e78f608255..0f99f4509da5e69af23c41dfe6b1911772400920 100644 (file)
@@ -66,7 +66,7 @@ There are many databases of many types.
 
 ### A single file database
 
-A database could be a single file called `heroes.db`, managed with code in a very efficient way. An example would be SQLite, more about that on a bit.
+A database could be a single file called `heroes.db`, managed with code in a very efficient way. An example would be SQLite, more about that in a bit.
 
 ![database as a single file](img/databases/single-file.svg)