From f076f3ec0332037e3f60bb4da4907228aa4e6cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=BCnch?= Date: Sat, 2 Dec 2023 15:53:53 +0100 Subject: [PATCH] Fix: Typo in index.md (#51) --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index 49f3050..f950dc4 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -21,7 +21,7 @@ All requests to your server come from the Battlesnake game engine and have the f ### Content-Type -Requests sent to your Battlesnake will contain [JSON-encoded](https://www.json.org/) request bodies. Your server is resonsible for receiving and parsing this data correctly (although most modern web frameworks come with easy ways to handle this type of request). +Requests sent to your Battlesnake will contain [JSON-encoded](https://www.json.org/) request bodies. Your server is responsible for receiving and parsing this data correctly (although most modern web frameworks come with easy ways to handle this type of request). ## Responses