Update databases.md
typo fix
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
### 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.
