We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0963736 commit 68abb4dCopy full SHA for 68abb4d
SQLite.CodeFirst/Public/DbInitializers/SqliteDropCreateDatabaseWhenModelChanges.cs
@@ -61,7 +61,7 @@ protected void ConfigureHistoryEntity()
61
62
/// <summary>
63
/// Initialize the database for the given context.
64
- /// Generates the SQLite-DDL from the model and executs it against the database.
+ /// Generates the SQLite-DDL from the model and executes it against the database.
65
/// After that the <see cref="Seed" /> method is executed.
66
/// All actions are be executed in transactions.
67
/// </summary>
0 commit comments