From fea6926de39ed0615d73b7671288fe1af11493db Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Tue, 19 Mar 2024 13:04:53 -0400 Subject: [PATCH] Fix typo in example yaml for MeshService (#20879) --- .../connect/gateways/api-gateway/configuration/meshservice.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/connect/gateways/api-gateway/configuration/meshservice.mdx b/website/content/docs/connect/gateways/api-gateway/configuration/meshservice.mdx index b5ac8b2b80..c5acd9e870 100644 --- a/website/content/docs/connect/gateways/api-gateway/configuration/meshservice.mdx +++ b/website/content/docs/connect/gateways/api-gateway/configuration/meshservice.mdx @@ -48,7 +48,7 @@ The following example creates a mesh service called `example-mesh-service`. Rout ```yaml hideClipboard -apiVersion: api-gateway.consul.hashicorp.com/v1alpha1 +apiVersion: consul.hashicorp.com/v1alpha1 kind: MeshService metadata: name: example-mesh-service