From 32e4a18e701d0654eec3330004654519861d07eb Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Mon, 30 Nov 2020 15:54:59 +0000 Subject: [PATCH] Fix typo in explanation of connect command (#9295) Change `Connect Connect` to `Consul Connect, which is consistent with the command output as shown on this page. --- website/pages/commands/connect/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/commands/connect/index.mdx b/website/pages/commands/connect/index.mdx index 31fb952ea..72465ca52 100644 --- a/website/pages/commands/connect/index.mdx +++ b/website/pages/commands/connect/index.mdx @@ -8,7 +8,7 @@ sidebar_title: connect Command: `consul connect` -The `connect` command is used to interact with Connect +The `connect` command is used to interact with Consul [Connect](/docs/connect/intentions) subsystems. It exposes commands for running the built-in mTLS proxy and viewing/updating the Certificate Authority (CA) configuration. This command is available in Consul 1.2 and later.