From c89ed4c96f11d876565be73bd17168c5bdb4a8cf Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Fri, 15 Oct 2021 19:36:27 +0300 Subject: [PATCH] Update Local-Event-Bus.md --- docs/en/Local-Event-Bus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Local-Event-Bus.md b/docs/en/Local-Event-Bus.md index 82c839a996..1649b5459a 100644 --- a/docs/en/Local-Event-Bus.md +++ b/docs/en/Local-Event-Bus.md @@ -143,7 +143,7 @@ namespace AbpDemo { public async Task HandleEventAsync(StockCountChangedEvent eventData) { - //TODO: your code that does somthing on the event + //TODO: your code that does something on the event } } } @@ -272,4 +272,4 @@ The event types are; Pre-build events are published when you save changes to the database; * For EF Core, they are published on `DbContext.SaveChanges`. -* For MongoDB, they are published when you call repository's `InsertAsync`, `UpdateAsync` or `DeleteAsync` methods (since MongoDB has not a change tracking system). \ No newline at end of file +* For MongoDB, they are published when you call repository's `InsertAsync`, `UpdateAsync` or `DeleteAsync` methods (since MongoDB has not a change tracking system).