From f32a326224063e2b5ed397e7a7b27b7b05bcd57e Mon Sep 17 00:00:00 2001 From: Tijs Rademakers Date: Mon, 30 Aug 2021 21:20:23 +0200 Subject: [PATCH] Fix typo in docs --- docs/docusaurus/docs/cmmn/ch06-cmmn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus/docs/cmmn/ch06-cmmn.md b/docs/docusaurus/docs/cmmn/ch06-cmmn.md index e7df903f28f..4dbef0ecf6c 100644 --- a/docs/docusaurus/docs/cmmn/ch06-cmmn.md +++ b/docs/docusaurus/docs/cmmn/ch06-cmmn.md @@ -530,7 +530,7 @@ The External Worker task is implemented as a dedicated [Task](cmmn/ch06-cmmn.md# ``` -The External Worker task is configured by se setting the `topic` (can be an EL expression) which the External Worker uses to query for jobs to execute. +The External Worker task is configured by setting the `topic` (can be an EL expression) which the External Worker uses to query for jobs to execute. #### Example usage