Fix spelling 'commited' => 'committed'

This commit is contained in:
Joni 2018-07-05 15:07:38 +09:00
parent 3888cffa08
commit c55e2adecb

View File

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