Skip to content

Commit a1c9fc6

Browse files
Merge pull request dotnet-architecture#666 from jo-ninja/fix-spelling
Thanks! 👍 - Fix spelling
2 parents b6e7029 + c55e2ad commit a1c9fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
5656
await _mediator.DispatchDomainEventsAsync(this);
5757

5858
// After executing this line all the changes (from the Command Handler and Domain Event Handlers)
59-
// performed throught the DbContext will be commited
59+
// performed through the DbContext will be committed
6060
var result = await base.SaveChangesAsync();
6161

6262
return true;

0 commit comments

Comments
 (0)