Skip to content

Commit a4b7d48

Browse files
Minor comment typo changeed
1 parent aeddf51 commit a4b7d48

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
@@ -252,7 +252,7 @@ void ConfigureCardTypes(EntityTypeBuilder<CardType> cardTypesConfiguration)
252252

253253

254254
// After executing this line all the changes (from the Command Handler and Domain Event Handlers)
255-
// performed thought the DbContext will be commited
255+
// performed throught the DbContext will be commited
256256
var result = await base.SaveChangesAsync();
257257

258258
return true;

0 commit comments

Comments
 (0)