remove tiny duplicate text

fixed "the the serialized event data" => "the serialized event data"
This commit is contained in:
Sepehr Safari 2023-03-15 15:14:46 +03:30 committed by fiatjaf_
parent b24eb78e04
commit dbbf7902d9

2
01.md
View File

@ -16,7 +16,7 @@ The only object type that exists is the `event`, which has the following format
```json
{
"id": <32-bytes lowercase hex-encoded sha256 of the the serialized event data>
"id": <32-bytes lowercase hex-encoded sha256 of the serialized event data>
"pubkey": <32-bytes lowercase hex-encoded public key of the event creator>,
"created_at": <unix timestamp in seconds>,
"kind": <integer>,