From d6c2f9721fe7e9004ce55397d3899ae96bd0e6e1 Mon Sep 17 00:00:00 2001 From: Sadeq <141845753+SwimmingRieux@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:56:56 +0330 Subject: [PATCH] Fix typo: Change 'where' to 'were' in Blob upload and management (BUD-02) --- buds/02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buds/02.md b/buds/02.md index 6d8519c..7264be9 100644 --- a/buds/02.md +++ b/buds/02.md @@ -71,7 +71,7 @@ Example Authorization event: ## GET /list/pubkey - List Blobs (Optional) -The `/list/` endpoint MUST return a JSON array of [Blob Descriptor](#blob-descriptor) that where uploaded by the specified pubkey +The `/list/` endpoint MUST return a JSON array of [Blob Descriptor](#blob-descriptor) that were uploaded by the specified pubkey The endpoint MUST support a `since` and `until` query parameter to limit the returned blobs by their `uploaded` date