We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeddf51 commit a4b7d48Copy full SHA for a4b7d48
1 file changed
src/Services/Ordering/Ordering.Infrastructure/OrderingContext.cs
@@ -252,7 +252,7 @@ void ConfigureCardTypes(EntityTypeBuilder<CardType> cardTypesConfiguration)
252
253
254
// After executing this line all the changes (from the Command Handler and Domain Event Handlers)
255
- // performed thought the DbContext will be commited
+ // performed throught the DbContext will be commited
256
var result = await base.SaveChangesAsync();
257
258
return true;
0 commit comments