From e181ff8081def391b86ae88c686d353d5386ab1b Mon Sep 17 00:00:00 2001 From: sebas Date: Sat, 20 Jul 2024 13:42:55 -0600 Subject: [PATCH 1/2] fix typo in 01.md --- buds/01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buds/01.md b/buds/01.md index 25bd4ba..3c77e12 100644 --- a/buds/01.md +++ b/buds/01.md @@ -60,7 +60,7 @@ Authorization: Nostr eyJpZCI6IjhlY2JkY2RkNTMyOTIwMDEwNTUyNGExNDI4NzkxMzg4MWIzOWQ ## Endpoints -All endpoints MUST be served from the root path (eg. `https://cdn.example.com/upload`, etc). This allows clients to talk to servers interchangeably when uploading or reteriving blobs +All endpoints MUST be served from the root path (eg. `https://cdn.example.com/upload`, etc). This allows clients to talk to servers interchangeably when uploading or retrieving blobs ## Error Responses From 402e11fd38f64fa25d9c062e07645f38a5614e9a Mon Sep 17 00:00:00 2001 From: sebas Date: Sat, 20 Jul 2024 16:41:25 -0600 Subject: [PATCH 2/2] spelling check 01.md --- buds/01.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buds/01.md b/buds/01.md index 3c77e12..f181405 100644 --- a/buds/01.md +++ b/buds/01.md @@ -101,7 +101,7 @@ In this case the server MUST perform additional checks on the authorization even If the client did not send an `Authorization` header the server must respond with the appropriate HTTP status code `401` (Unauthorized) -Example event for retreiving a single blob: +Example event for retrieving a single blob: ```json { @@ -119,7 +119,7 @@ Example event for retreiving a single blob: } ``` -Example event for retreiving multiple blobs from single server: +Example event for retrieving multiple blobs from single server: ```json {