Minor comment typo changeed

This commit is contained in:
Cesar De la Torre 2017-05-01 17:56:33 -07:00
parent aeddf51a33
commit a4b7d485cd

View File

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