From 37bc37c95a00e746f083f53c9eaae8ca7193b365 Mon Sep 17 00:00:00 2001 From: cavini <60157060+cavini@users.noreply.github.com> Date: Thu, 29 May 2025 19:45:03 -0300 Subject: [PATCH] chore: fix typo (#1944) --- 25.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/25.md b/25.md index f5690783..6492822a 100644 --- a/25.md +++ b/25.md @@ -22,7 +22,7 @@ Tags There MUST be always an `e` tag set to the `id` of the event that is being reacted to. The `e` tag SHOULD include a relay hint pointing to a relay where the event being reacted to can be found. If a client decides to include other `e`, which not recommended, the target event `id` should be last of the `e` tags. -The SHOULD be a `p` tag set to the `pubkey` of the event being reacted to. If a client decides to include other `p` tags, which not recommended, the target event `pubkey` should be last the `p` tags. +There SHOULD be a `p` tag set to the `pubkey` of the event being reacted to. If a client decides to include other `p` tags, which not recommended, the target event `pubkey` should be last the `p` tags. If the event being reacted to is an addressable event, an `a` SHOULD be included together with the `e` tag, it must be set to the coordinates (`kind:pubkey:d-tag`) of the event being reacted to.