From 45467e141b8c55db8db9180725d668f617ba0a20 Mon Sep 17 00:00:00 2001 From: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> Date: Wed, 13 Jul 2022 16:18:39 -0500 Subject: [PATCH] Update website/content/docs/api-gateway/usage/basic-usage.mdx Co-authored-by: Nathan Coleman --- website/content/docs/api-gateway/usage/basic-usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/api-gateway/usage/basic-usage.mdx b/website/content/docs/api-gateway/usage/basic-usage.mdx index 9333df2130..92e7829c73 100644 --- a/website/content/docs/api-gateway/usage/basic-usage.mdx +++ b/website/content/docs/api-gateway/usage/basic-usage.mdx @@ -25,7 +25,7 @@ description: >- 1. Issue the `kubectl apply` command to implement the configurations, e.g.: ```shell-session -$ kubectl apply -f gateway.yaml routes.yaml +$ kubectl apply --filename gateway.yaml routes.yaml ```