From 3136ece15405c967276a639dce62a6294cc48f0c Mon Sep 17 00:00:00 2001 From: Phil Schneider Date: Fri, 9 Aug 2024 10:17:58 +0200 Subject: [PATCH] docs: adjust process worker documentation Refs: #351 --- docs/developer/09. Process Workers/01. application_checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/09. Process Workers/01. application_checklist.md b/docs/developer/09. Process Workers/01. application_checklist.md index 42e13be81..ea96b1ad2 100644 --- a/docs/developer/09. Process Workers/01. application_checklist.md +++ b/docs/developer/09. Process Workers/01. application_checklist.md @@ -115,7 +115,7 @@ The process step `END_CLEARING_HOUSE` is only triggered via the api `POST api/ad ### START_SELF_DESCRIPTION_LP -The process step `START_SELF_DESCRIPTION_LP` can be disabled with the `ClearinghouseConnectDisabled` flag in the config. If it is disabled the process step will be skipped. If it is enabled the SD factory is called to request an self description document for the company. +The process step `START_SELF_DESCRIPTION_LP` can be disabled with the `ClearinghouseConnectDisabled` flag in the config. If it is disabled the process step will be skipped. If it is enabled the sd factory is called to request an self description document for the company. ### FINISH_SELF_DESCRIPTION_LP