Browse Source

Fix spelling 'commited' => 'committed'

pull/666/head
Joni 6 years ago
parent
commit
c55e2adecb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs

+ 1
- 1
src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs 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 through the DbContext will be commited
// performed through the DbContext will be committed
var result = await base.SaveChangesAsync();
return true;


Loading…
Cancel
Save