spelling fixes

This commit is contained in:
hzrd149 2024-07-30 20:17:02 -05:00
parent 23934db31d
commit ebe1bcc4e2
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Blob upload and management
_All pubkeys MUST be in hex format_
Defines the `/upload`, `/list` and `DELETE /<sha256>` enpoints
Defines the `/upload`, `/list` and `DELETE /<sha256>` endpoints
## Blob Descriptor
@ -94,7 +94,7 @@ Example Authorization event:
Servers MUST accept `DELETE` requests to the `/<sha256>` endpoint
Servers may reject a delete request for any reason and should respond with the aproperate HTTP `4xx` status code and an error message explaining the reason for the rejection
Servers may reject a delete request for any reason and should respond with the appropriate HTTP `4xx` status code and an error message explaining the reason for the rejection
### Delete Authorization (required)