fix(docs): typo in 01.md

This commit is contained in:
Thebora Kompanioni 2024-02-08 00:03:32 +01:00 committed by GitHub
parent d3dad114e6
commit a46338bd6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
01.md
View File

@ -147,7 +147,7 @@ The `limit` property of a filter is only valid for the initial query and MUST be
### From relay to client: sending events and notices ### From relay to client: sending events and notices
Relays can send 4 types of messages, which must also be JSON arrays, according to the following patterns: Relays can send 5 types of messages, which must also be JSON arrays, according to the following patterns:
* `["EVENT", <subscription_id>, <event JSON as defined above>]`, used to send events requested by clients. * `["EVENT", <subscription_id>, <event JSON as defined above>]`, used to send events requested by clients.
* `["OK", <event_id>, <true|false>, <message>]`, used to indicate acceptance or denial of an `EVENT` message. * `["OK", <event_id>, <true|false>, <message>]`, used to indicate acceptance or denial of an `EVENT` message.