Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Oct 1, 2024
1 parent f6a2454 commit c74db72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/WriteDatabaseMigrationTest.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class DatabaseMigrationTest

var targetDatabase = Task.Run(() => server.CreateDatabaseAsync(TargetDatabaseName, dbContext));

// Wait both task
// Wait both tasks
await Task.WhenAll(initialDatabase, targetDatabase);

// Call the console application to perform migration of the "DemoApp_InitialDatabase"
Expand Down

0 comments on commit c74db72

Please sign in to comment.