Merge pull request #666 from jo-ninja/fix-spelling

Thanks! 👍  - Fix spelling
This commit is contained in:
Cesar De la Torre 2018-07-05 11:30:07 -07:00 committed by GitHub
commit a1c9fc6c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 committed
var result = await base.SaveChangesAsync();
return true;