Skip to content

Commit 68abb4d

Browse files
committed
Fix typo in comment of SqliteDropCreateDatabaseWhenModelChanges class
1 parent 0963736 commit 68abb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQLite.CodeFirst/Public/DbInitializers/SqliteDropCreateDatabaseWhenModelChanges.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protected void ConfigureHistoryEntity()
6161

6262
/// <summary>
6363
/// Initialize the database for the given context.
64-
/// Generates the SQLite-DDL from the model and executs it against the database.
64+
/// Generates the SQLite-DDL from the model and executes it against the database.
6565
/// After that the <see cref="Seed" /> method is executed.
6666
/// All actions are be executed in transactions.
6767
/// </summary>

0 commit comments

Comments
 (0)