Skip to content

Commit

Permalink
Merge pull request hzrd149#4 from dskvr/patch-3
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
hzrd149 authored Mar 3, 2024
2 parents 429ddca + 72ffc32 commit 4eb73b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 4eb73b0

Please sign in to comment.