From ef7f6fc8a97118df7f410a7afa2f501f3f4ca3e2 Mon Sep 17 00:00:00 2001 From: JPVenson Date: Mon, 24 Mar 2025 10:16:25 +0000 Subject: [PATCH] fixed typo --- src/Jellyfin.Database/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jellyfin.Database/readme.md b/src/Jellyfin.Database/readme.md index c2d2282b2f..d320b4d5e8 100644 --- a/src/Jellyfin.Database/readme.md +++ b/src/Jellyfin.Database/readme.md @@ -2,7 +2,7 @@ This shall provide context on how to work with entity frameworks multi provider migration feature. -Jellyfin will support multiple database providers in the future, namely SQLite as its default and the experimental postgresSQL. +Jellyfin will support multiple database providers in the future, namely SQLite as its default and the experimental PostgreSQL. Each provider has its own set of migrations, as they contain provider specific instructions to migrate the specific changes to their respective systems.