From b65ff7b95caa724dfa28976225b96df4c2aebb3f Mon Sep 17 00:00:00 2001 From: Deepthi Devaki Akkoorath Date: Thu, 5 Sep 2024 15:45:50 +0200 Subject: [PATCH] docs: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lena Schönburg --- docs/self-managed/zeebe-deployment/operations/management-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-managed/zeebe-deployment/operations/management-api.md b/docs/self-managed/zeebe-deployment/operations/management-api.md index 3856b03131..e7d29f4c19 100644 --- a/docs/self-managed/zeebe-deployment/operations/management-api.md +++ b/docs/self-managed/zeebe-deployment/operations/management-api.md @@ -94,7 +94,7 @@ To disable an exporter, send the following request to the gateway's management A POST actuator/exporters/{exporterId}/disable ``` -After disabling the exporter, no records will be exported to this exporter. Other exporters continues exporting. +After disabling the exporter, no records will be exported to this exporter. Other exporters continue exporting.