From 0d690d9eb6d6f29bb2771f59c1a3c707360d92a5 Mon Sep 17 00:00:00 2001 From: Tu Nguyen Date: Thu, 29 Jun 2023 23:00:51 -0700 Subject: [PATCH] remove unnecessary indents --- website/content/docs/api-gateway/usage/usage.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/api-gateway/usage/usage.mdx b/website/content/docs/api-gateway/usage/usage.mdx index bb9d699617..e815d21c5f 100644 --- a/website/content/docs/api-gateway/usage/usage.mdx +++ b/website/content/docs/api-gateway/usage/usage.mdx @@ -34,9 +34,9 @@ Configure your [`Gateway`](/consul/docs/api-gateway/configuration/gateway) and [ Issue the `kubectl apply` command to implement the configurations: - ```shell-session - $ kubectl apply -f gateway.yaml routes.yaml - ``` +```shell-session +$ kubectl apply -f gateway.yaml routes.yaml +```