From 0bed50ad011ae83d1d5933e19db1fd5e10d292ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Br=C3=A4unlich?= Date: Sat, 2 Apr 2022 18:29:51 +0200 Subject: [PATCH] correct sentence --- content/docs/patterns/event-bridge-pattern/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/patterns/event-bridge-pattern/index.md b/content/docs/patterns/event-bridge-pattern/index.md index e9e2e63c..7fde0683 100644 --- a/content/docs/patterns/event-bridge-pattern/index.md +++ b/content/docs/patterns/event-bridge-pattern/index.md @@ -102,7 +102,7 @@ codeunit 50405 "Scale Bar" implements IScale ## Benefits -This new codeunit, with public events, makes the events accessible from all places, including new apps that are dependent from this app, and wants to extend the +This new codeunit, with public events, makes the events accessible from all places, including new apps that are dependent from this app. The naming convention (both starting with "IScale") also makes it very easy to find that corresponding events for the interface.