upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/96.md
diff options
context:
space:
mode:
authorThabokani <149070269+Thabokani@users.noreply.github.com>2024-01-17 16:09:50 +0800
committerfiatjaf_ <fiatjaf@gmail.com>2024-01-17 09:22:25 -0300
commit9b39fd5ef51eefc85af99b5aefac1a109bc17de3 (patch)
tree25414cae50ccf150ae68f14bbd0a51fdc6d5623f /96.md
parentd8d75d9b19e6c66f7d75c771e784cd9dee4d2320 (diff)
NIP-96: fix typo
Diffstat (limited to '96.md')
-rw-r--r--96.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/96.md b/96.md
index d8ea105..3ebbef8 100644
--- a/96.md
+++ b/96.md
@@ -273,7 +273,7 @@ The `server` should reject deletes from users other than the original uploader.
273It should be noted that more than one user may have uploaded the same file (with the same hash). In this case, a delete must not really delete the file but just remove the user's `pubkey` from the file owners list (considering the server keeps just one copy of the same file, because multiple uploads of the same file results 273It should be noted that more than one user may have uploaded the same file (with the same hash). In this case, a delete must not really delete the file but just remove the user's `pubkey` from the file owners list (considering the server keeps just one copy of the same file, because multiple uploads of the same file results
274in the same file hash). 274in the same file hash).
275 275
276The successfull response is a 200 OK one with just basic JSON fields: 276The successful response is a 200 OK one with just basic JSON fields:
277 277
278``` 278```
279{ 279{