From 49e20f6e7278fa8753a0acf97e55b92f4faffe09 Mon Sep 17 00:00:00 2001 From: waldo Date: Thu, 10 Feb 2022 23:30:21 +0100 Subject: [PATCH] Update content/BCPatterns/event-bridge-pattern/index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christian Bräunlich --- content/BCPatterns/event-bridge-pattern/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/BCPatterns/event-bridge-pattern/index.md b/content/BCPatterns/event-bridge-pattern/index.md index 69ccb946..9fbceb5e 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"