From cc480514c49f8b37d4a0d3a1ae21fa61eacd417d Mon Sep 17 00:00:00 2001 From: AnumDastgir <65674568+AnumDastgir@users.noreply.github.com> Date: Mon, 12 Aug 2024 03:38:19 +0200 Subject: [PATCH 1/2] Service based section Update companions.md Had grammatical mistakes. Needed slight paraphrasing for better understanding. --- docs/companions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/companions.md b/docs/companions.md index a1448fc1..919448ac 100644 --- a/docs/companions.md +++ b/docs/companions.md @@ -104,8 +104,8 @@ PREvant provides some handlebars helpers which can be used to generate more comp ### Service Based -The service-based companions work the in the same way as the application-based -services. Make sure, that the `serviceName` is unique by using handlebars +The service-based companions functions the same way as the application-based +services. Ensure that the `serviceName` is unique by using handlebars templating. ```toml From baad87c31f858e9c5c83fae1f8cb4fc0b8d13e9a Mon Sep 17 00:00:00 2001 From: AnumDastgir <65674568+AnumDastgir@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:57:17 +0200 Subject: [PATCH 2/2] Suggested Service based section Update docs/companions.md Done. Co-authored-by: Marc Schreiber --- docs/companions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/companions.md b/docs/companions.md index 919448ac..c3aa1a4c 100644 --- a/docs/companions.md +++ b/docs/companions.md @@ -104,7 +104,7 @@ PREvant provides some handlebars helpers which can be used to generate more comp ### Service Based -The service-based companions functions the same way as the application-based +The service-based companions work in the same way as the application-based services. Ensure that the `serviceName` is unique by using handlebars templating.