Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
raulb committed Dec 19, 2024
1 parent 5fe5738 commit 939591d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/conduit/root/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.`,
}
Expand Down

0 comments on commit 939591d

Please sign in to comment.