From 72ffc3242c16f402f7d02cd50e9ff33c14c6e0e6 Mon Sep 17 00:00:00 2001 From: Sandwich <299465+dskvr@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:36:25 +0000 Subject: [PATCH] Fix typo --- Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server.md b/Server.md index 5f384f1..8b14460 100644 --- a/Server.md +++ b/Server.md @@ -111,7 +111,7 @@ The `PUT /upload` endpoint should expect the `Content-Type` header of the reques The endpoint MUST return a [Blob Descriptor](./README.md#blob-descriptor) if the upload was successful or an error object if not. -Servers may reject an upload for any reason and should respond with the appropiate HTTP `4xx` status code and an error message explaining the reason for the rejection +Servers may reject an upload for any reason and should respond with the appropriate HTTP `4xx` status code and an error message explaining the reason for the rejection #### Upload Authorization (required)