Update content/BCPatterns/event-bridge-pattern/index.md

Co-authored-by: Christian Bräunlich <sundowneffect@gmail.com>
This commit is contained in:
waldo 2022-02-10 23:30:21 +01:00 committed by GitHub
parent 15c06bd0b2
commit 49e20f6e72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"