From 53718b0a826c4c2cefeeb20a4fbebf4810647cb5 Mon Sep 17 00:00:00 2001 From: Jonatas Emidio Date: Mon, 17 Feb 2025 10:54:54 +0000 Subject: [PATCH] Fix simple typo The "also" was duplicated, but it is not needed for the sentence. So, I removed the "also also". --- docs/cli/connectctl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/connectctl.md b/docs/cli/connectctl.md index 7448a52..3d41c3d 100644 --- a/docs/cli/connectctl.md +++ b/docs/cli/connectctl.md @@ -4,7 +4,7 @@ connectctl: work with Kafka Connect easily ### Synopsis -*connectctl* is a cli that makes working with kafka connect easier. It can be used to manage connectors and plugins and to also also actively manage/reconcile the state of a cluster. +*connectctl* is a cli that makes working with kafka connect easier. It can be used to manage connectors and plugins and to actively manage/reconcile the state of a cluster. The operations you can perform are split into 2 subcommands: connectors Manage Kafka Connect connectors