✏️ Fix typo in databases.md (#1113)

Update databases.md

typo fix

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
Radi 2025-02-20 16:33:38 +01:00 committed by GitHub
parent 10231263f2
commit 8daa54443d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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)