From dcb947fae97a590a7087589b2c4fe0bf5c605fdc Mon Sep 17 00:00:00 2001 From: "Pan, Wen-Ming" Date: Thu, 10 Aug 2023 22:44:22 +0800 Subject: [PATCH] Update README.md change UNHEATHY to UNHEALTHY --- examples/simple-game-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-game-server/README.md b/examples/simple-game-server/README.md index 6c5432d926..15cea3e892 100644 --- a/examples/simple-game-server/README.md +++ b/examples/simple-game-server/README.md @@ -17,7 +17,7 @@ There are some text commands you can send the server to affect its behavior: | Command | Behavior | | ------------------- | ---------------------------------------------------------------------------------------- | | "EXIT" | Causes the game server to exit cleanly calling `os.Exit(0)` | -| "UNHEATHY" | Stopping sending health checks | +| "UNHEALTHY" | Stopping sending health checks | | "GAMESERVER" | Sends back the game server name | | "READY" | Marks the server as Ready | | "ALLOCATE" | Allocates the game server |