diff --git a/content/BCPatterns/event-bridge-pattern/index.md b/content/BCPatterns/event-bridge-pattern/index.md index 6f9ce063..0d2bf69c 100644 --- a/content/BCPatterns/event-bridge-pattern/index.md +++ b/content/BCPatterns/event-bridge-pattern/index.md @@ -60,7 +60,7 @@ codeunit 50407 "Scale Wrong" implements IScale ## Description -To mitigate this problem, we can work with a new, dedicated, isolated, codeunit, with publish events to be able to raise them from different places. +To mitigate this problem, we can work with a new, dedicated and isolated codeunit, with publisher events to be able to raise them from different places. ```AL codeunit 50406 "IScale Triggers"