Skip to content

Commit c55e2ad

Browse files
committed
Fix spelling 'commited' => 'committed'
1 parent 3888cff commit c55e2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
5656
await _mediator.DispatchDomainEventsAsync(this);
5757

5858
// After executing this line all the changes (from the Command Handler and Domain Event Handlers)
59-
// performed through the DbContext will be commited
59+
// performed through the DbContext will be committed
6060
var result = await base.SaveChangesAsync();
6161

6262
return true;

0 commit comments

Comments
 (0)