From 5b61ddf768cc920c241faa7d4685927c7e970425 Mon Sep 17 00:00:00 2001 From: Sandwich <299465+dskvr@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:24:40 +0000 Subject: [PATCH] Fix typos --- Server.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Server.md b/Server.md index 07251d8..c8a4518 100644 --- a/Server.md +++ b/Server.md @@ -60,7 +60,7 @@ Servers must repond with a stringified JSON object with a `message` field for al ### GET /sha256 - Get Blob -The `GET /` endpoint must return the contents of the blob with the `Content-Type` header set to the approperate MIME type +The `GET /` endpoint must return the contents of the blob with the `Content-Type` header set to the appropriate MIME type The endpoint must accept an optional file extension in the URL. ie. `.pdf`, `.png`, etc @@ -72,7 +72,7 @@ In this case the server must perform additional checks on the authorization even 1. The `t` tag must be set to `get` -If the client did not send an `Authorization` header the server must respond with the approperate HTTP status code `401` (Unauthorized) +If the client did not send an `Authorization` header the server must respond with the appropriate HTTP status code `401` (Unauthorized) Example Authorization event: ```json @@ -124,7 +124,7 @@ Example Authorization event: The `PUT /upload` endpoint ... -Servers may reject an upload for any reason and must respond with the approperate HTTP `4xx` status code and an erorr message explaining the reason for the rejection +Servers may reject an upload for any reason and must respond with the appropriate HTTP `4xx` status code and an error message explaining the reason for the rejection #### Upload Authorization (required)