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: