aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJPVenson <github@jpb.email>2025-03-24 10:16:25 +0000
committerJPVenson <github@jpb.email>2025-03-24 10:16:25 +0000
commitef7f6fc8a97118df7f410a7afa2f501f3f4ca3e2 (patch)
treedea4179fcb8d7936455d64ee98b87123a5bb3aec
parent8d49a396e8f68b3940d82b0018f882a37df245d9 (diff)
fixed typo
-rw-r--r--src/Jellyfin.Database/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Jellyfin.Database/readme.md b/src/Jellyfin.Database/readme.md
index c2d2282b2..d320b4d5e 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.