From 5403b623154d48829015a53ca594f4dda625e1af Mon Sep 17 00:00:00 2001 From: nv-hashi <80716011+nv-hashi@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:16:50 -0600 Subject: [PATCH] :ermahgerd "Sevice Mesh" -> "Service Mesh" Just a typo in the docs. --- website/content/docs/connect/nomad.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/connect/nomad.mdx b/website/content/docs/connect/nomad.mdx index cc3a7c9034df..c65f07bc9162 100644 --- a/website/content/docs/connect/nomad.mdx +++ b/website/content/docs/connect/nomad.mdx @@ -1,6 +1,6 @@ --- layout: docs -page_title: Sevice Mesh - Nomad Integration +page_title: Service Mesh - Nomad Integration description: >- Consul's service mesh can be applied to provide secure communication between services managed by Nomad's scheduler and orchestrator functions, including Nomad jobs and task groups. Use the guide and reference documentation to learn more. ---