From 30994b19758b1e9ec6f84daa80b920698a4e6cd6 Mon Sep 17 00:00:00 2001 From: Howard Yun Date: Thu, 15 Feb 2024 18:39:08 -0800 Subject: [PATCH] fix typo --- site/content/en/docs/Advanced/out-of-cluster-dev-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/Advanced/out-of-cluster-dev-server.md b/site/content/en/docs/Advanced/out-of-cluster-dev-server.md index a6162d1ca7..c5074fc6f7 100644 --- a/site/content/en/docs/Advanced/out-of-cluster-dev-server.md +++ b/site/content/en/docs/Advanced/out-of-cluster-dev-server.md @@ -128,7 +128,7 @@ Here is a sample command to run the SDK Server, with each argument discussed aft * It is set to the name of the dev `GameServer` k8s resource. * It tells the SDK Sever which resource to read/write to on the k8s cluster. * This example value of `my-local-server` matches to the instructions for setting up a [Local Game Server]({{< ref "/docs/Guides/local-game-server.md" >}}). -* `--pod-namespacee` is a necessary arg, passed instead of the `POD_NAMESPACE` enviroment variable. +* `--pod-namespace` is a necessary arg, passed instead of the `POD_NAMESPACE` enviroment variable. * It is set set to the namespace which the dev `GameServer` resides in. * It tells the SDK Sever which namespace to look under for the `GameServer` to read/write to on the k8s cluster. * This example value of `default` is used as most instructions in this documentation assumes `GameServers` to be created in the `default` namespace.