Skip to content

Commit 10344eb

Browse files
committed
Merge branch 'dev' of https://github.com/dotnet/eShopOnContainers into dev
2 parents 9c7b77c + a1c9fc6 commit 10344eb

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)