From b534dfdf851a9abd63bd6eb704a7d43fccd9f945 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 18 Jan 2023 19:59:18 +0100 Subject: [PATCH] Spelling --- I18N Commander/DataModel/Setup.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/I18N Commander/DataModel/Setup.cs b/I18N Commander/DataModel/Setup.cs index 7fdf71f..f2a3e06 100644 --- a/I18N Commander/DataModel/Setup.cs +++ b/I18N Commander/DataModel/Setup.cs @@ -17,7 +17,7 @@ public static class Setup public static string DataFile => Setup.usedDataFile; /// - /// Tries to migrate the data file. + /// Tries to migrate the database. /// public static async Task PerformDataMigration(DataContext dbContext) { @@ -35,7 +35,7 @@ public static class Setup if (pendingMigrations.Contains("20221106193544_202211AddUniqueIds")) await Script202211AddUniqueIds.PostMigrationAsync(dbContext); } - + /// /// Add the database to the DI system ///