Skip to content

Commit 8daa544

Browse files
radi-devsvlandeg
andauthored
✏️ Fix typo in databases.md (#1113)
Update databases.md typo fix Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
1 parent 1023126 commit 8daa544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ There are many databases of many types.
6666

6767
### A single file database
6868

69-
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.
69+
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.
7070

7171
![database as a single file](img/databases/single-file.svg)
7272

0 commit comments

Comments
 (0)