From 402c330ce9d7d0d4aadb6e73acbc8c9375e04594 Mon Sep 17 00:00:00 2001 From: GoodDaisy <90915921+GoodDaisy@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:59:49 +0800 Subject: [PATCH 1/2] Fix typo in 01.md --- 01.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01.md b/01.md index ecac6f6c..80ee7924 100644 --- a/01.md +++ b/01.md @@ -116,7 +116,7 @@ Clients can send 3 types of messages, which must be JSON arrays, according to th * `["REQ", , , , ...]`, used to request events and subscribe to new updates. * `["CLOSE", ]`, used to stop previous subscriptions. -`` is an arbitrary, non-empty string of max length 64 chars. It represents a subscription per connection. Relays MUST manage ``s independently for each WebSocket connection. ``s are not guarantueed to be globally unique. +`` is an arbitrary, non-empty string of max length 64 chars. It represents a subscription per connection. Relays MUST manage ``s independently for each WebSocket connection. ``s are not guaranteed to be globally unique. `` is a JSON object that determines what events will be sent in that subscription, it can have the following attributes: From 8bfcbebae4d423cbf7b1b0c24ff4d1ad3964dca1 Mon Sep 17 00:00:00 2001 From: GoodDaisy <90915921+GoodDaisy@users.noreply.github.com> Date: Fri, 5 Jan 2024 11:59:58 +0800 Subject: [PATCH 2/2] Fix typo in 50.md --- 50.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/50.md b/50.md index 2bdf1ff1..9d1a54c3 100644 --- a/50.md +++ b/50.md @@ -41,7 +41,7 @@ implementation details between relays. Clients MAY verify that events returned by a relay match the specified query in a way that suits the client's use case, and MAY stop querying relays that have low precision. -Relays SHOULD exclude spam from search results by default if they supports some form of spam filtering. +Relays SHOULD exclude spam from search results by default if they support some form of spam filtering. ## Extensions