From 2519d7d8a3a96fd44781b747a6d7a9e32995fbdd Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 4 Mar 2024 19:17:57 -0500 Subject: [PATCH] typos --- 37.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/37.md b/37.md index d34dd5e4..d432020f 100644 --- a/37.md +++ b/37.md @@ -9,7 +9,7 @@ Editable Short Notes This NIP allows `.content` modification of `kind:1` short notes while keeping a history of all changes. -`kind:1010` stores the updated content with a `e` tag pointing back to the `kind:1` id. +`kind:1010` stores the updated content with an `e` tag pointing back to the `kind:1` id. ```js { @@ -23,9 +23,9 @@ This NIP allows `.content` modification of `kind:1` short notes while keeping a } ``` -Clients MUST check if the pubkey of the `kind:1010` is the same as the referenced `kind:1` +Clients MUST check if the pubkey of the `kind:1010` is the same as the referenced `kind:1`. -Clients SHOULD render the `.content` of the most recent `kind:1010` by `created_at` +Clients SHOULD render the `.content` of the most recent `kind:1010` by `created_at`. Clients MAY present a history of changes over time.