From f908ad82d0393541f86f058d6a312c6065f4db4f Mon Sep 17 00:00:00 2001 From: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> Date: Mon, 8 May 2023 13:30:48 -0400 Subject: [PATCH] docs: correct misspelling (#17229) --- website/content/docs/connect/dev.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/connect/dev.mdx b/website/content/docs/connect/dev.mdx index 6a4eddec5c..e31a2f423a 100644 --- a/website/content/docs/connect/dev.mdx +++ b/website/content/docs/connect/dev.mdx @@ -13,7 +13,7 @@ a mutual TLS connection to the service. The [`consul connect proxy` command](/consul/commands/connect/proxy) can be used for this task on any machine with access to a Consul agent (local or remote). -Restricting access to services only via servoce ,esj ensures that the only way to +Restricting access to services only via service mesh ensures that the only way to connect to a service is through valid authorization of the [intentions](/consul/docs/connect/intentions). This can extend to developers and operators, too.