From 1a154dc1c8d2361369c1023ef70e21c4b7698d10 Mon Sep 17 00:00:00 2001 From: dskvr Date: Tue, 7 Feb 2023 15:23:50 +0100 Subject: [PATCH] Fix typo --- 59.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/59.md b/59.md index 72c2d07b..da82c78b 100644 --- a/59.md +++ b/59.md @@ -41,7 +41,7 @@ The tags should be used to represent the Relay's abilities and meta at a point i ```json ["s", "true"] //tagSsl[] ``` -6. `"t" == tagTopic[0]` Topics relavant to the relay. `tagTopic[]` **may** be included in the `event.tags[]` array. `tagTopic[1]` **should** be string +6. `"t" == tagTopic[0]` Topics relevant to the relay. `tagTopic[]` **may** be included in the `event.tags[]` array. `tagTopic[1]` **should** be string ```json ["t", "bitcoin"] //tagTopic[] ```