NIP-96: fix typo

This commit is contained in:
Thabokani 2024-01-17 16:09:50 +08:00 committed by fiatjaf_
parent d8d75d9b19
commit 9b39fd5ef5
1 changed files with 1 additions and 1 deletions

2
96.md
View File

@ -273,7 +273,7 @@ The `server` should reject deletes from users other than the original uploader.
It 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
in the same file hash).
The successfull response is a 200 OK one with just basic JSON fields:
The successful response is a 200 OK one with just basic JSON fields:
```
{