We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6e7029 + c55e2ad commit a1c9fc6Copy full SHA for a1c9fc6
1 file changed
src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs
@@ -56,7 +56,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
56
await _mediator.DispatchDomainEventsAsync(this);
57
58
// After executing this line all the changes (from the Command Handler and Domain Event Handlers)
59
- // performed throught the DbContext will be commited
+ // performed through the DbContext will be committed
60
var result = await base.SaveChangesAsync();
61
62
return true;
0 commit comments