From 19dfd630d70aca50dba6eee230dafbe53f0437a1 Mon Sep 17 00:00:00 2001 From: landonMutch Date: Fri, 3 Mar 2023 13:34:28 +0900 Subject: [PATCH] typo fix --- 01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01.md b/01.md index d32903b9..003c0ca1 100644 --- a/01.md +++ b/01.md @@ -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": , "kind": ,