Fix spelling

This commit is contained in:
Joni 2018-07-05 14:44:45 +09:00
parent b6e7029c1b
commit 3888cffa08

View File

@ -56,7 +56,7 @@ namespace Microsoft.eShopOnContainers.Services.Ordering.Infrastructure
await _mediator.DispatchDomainEventsAsync(this);
// After executing this line all the changes (from the Command Handler and Domain Event Handlers)
// performed throught the DbContext will be commited
// performed through the DbContext will be commited
var result = await base.SaveChangesAsync();
return true;