From 939591dceb0828c0a3b6e0f1de6bbcb65d76656d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Barroso?= Date: Thu, 19 Dec 2024 11:47:04 +0100 Subject: [PATCH] fix spelling --- cmd/conduit/root/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/conduit/root/config.go b/cmd/conduit/root/config.go index e5f6a24b0..4890d01cc 100644 --- a/cmd/conduit/root/config.go +++ b/cmd/conduit/root/config.go @@ -44,7 +44,7 @@ func (c *ConfigCommand) Flags() []ecdysis.Flag { func (c *ConfigCommand) Docs() ecdysis.Docs { return ecdysis.Docs{ - Short: "Shows the Conduit Configuration to be used when running conduit", + Short: "Shows the Conduit configuration to be used when running Conduit.", Long: `Conduit will run based on the default configuration jointly with a provided configuration file (optional), the set environment variables, and the flags used. This command will show the configuration that will be used.`, }