From b8718a9fada91ad8c5e40042a9000072b8664b5e Mon Sep 17 00:00:00 2001 From: Sarah Alsmiller Date: Thu, 14 Jul 2022 11:31:18 -0500 Subject: [PATCH] fix formating issue --- website/content/docs/api-gateway/configuration/gatewayclass.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/api-gateway/configuration/gatewayclass.mdx b/website/content/docs/api-gateway/configuration/gatewayclass.mdx index 1988c9a324..33fa17b193 100644 --- a/website/content/docs/api-gateway/configuration/gatewayclass.mdx +++ b/website/content/docs/api-gateway/configuration/gatewayclass.mdx @@ -29,7 +29,7 @@ The following example creates a gateway class called `test-gateway-class`: group: api-gateway.consul.hashicorp.com kind: GatewayClassConfig name: test-gateway-class-config - +``` Refer to the [Kubernetes Gateway API documentation](https://gateway-api.sigs.k8s.io/v1alpha2/references/spec/#gateway.networking.k8s.io/v1alpha2.GatewayClass) for details about configuring gateway classes.