From: Radi Date: Thu, 20 Feb 2025 15:33:38 +0000 (+0100) Subject: ✏️ Fix typo in `databases.md` (#1113) X-Git-Tag: 0.0.23~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8daa54443de01a8246c62db3dd1dfff27606700f;p=thirdparty%2Ffastapi%2Fsqlmodel.git ✏️ Fix typo in `databases.md` (#1113) Update databases.md typo fix Co-authored-by: Sofie Van Landeghem --- diff --git a/docs/databases.md b/docs/databases.md index d65a7431..0f99f450 100644 --- a/docs/databases.md +++ b/docs/databases.md @@ -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)