Skip to content

Commit 3a126a5

Browse files
authored
Typos (#2054)
1 parent 4c5d5ff commit 3a126a5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

53.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This NIP introduces event kinds to advertise live spaces and the participation o
1010

1111
## Live Streaming
1212

13-
A special event with `kind:30311` "Live Streaming Event" is defined as an _addressable event_ whose tags advertise the content and participats of a live stream.
13+
A special event with `kind:30311` "Live Streaming Event" is defined as an _addressable event_ whose tags advertise the content and participants of a live stream.
1414

1515
Each `p` tag SHOULD have a **displayable** marker name for the current role (e.g. `Host`, `Speaker`, `Participant`) of the user in the event and the relay information MAY be empty. This event will be constantly updated as participants join and leave the activity.
1616

@@ -63,7 +63,7 @@ This feature is important to avoid malicious event owners adding large account h
6363

6464
### Live Chat Message
6565

66-
Event `kind:1311` is live chat's channel message. Clients MUST include the `a` tag of the activity. An `e` tag denotes the direct parent message this post is replying to.
66+
Event `kind:1311` is live chat's channel message. Clients MUST include the `a` tag of the activity. An `e` tag denotes the direct parent message this post is replying to.
6767

6868
```jsonc
6969
{
@@ -249,9 +249,9 @@ Event management:
249249
```
250250
### Room Presence
251251

252-
New `kind: 10312` provides an event which signals presence of a listener.
252+
New `kind: 10312` provides an event which signals presence of a listener.
253253

254-
The presence event SHOULD be updated at regular intervals and clients SHOULD filter presence events older than
254+
The presence event SHOULD be updated at regular intervals and clients SHOULD filter presence events older than
255255
a given time window.
256256

257257
**This kind `10312` is a regular replaceable event, as such presence can only be indicated in one room at a time.**

EE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This is a concise overview of the security trade-offs and considerations of this
8282

8383
### Forward Secrecy and Post-compromise Security
8484

85-
- As per the MLS spec, keys are deleted as soon as they are used to encrypt or decrypt a message. This is usually handled by the MLS implementation library itself but attention needs to be paid by clients to ensure they're not storing secrets (expecially the [exporter secret](#group-events)) for longer than absolutely necessary.
85+
- As per the MLS spec, keys are deleted as soon as they are used to encrypt or decrypt a message. This is usually handled by the MLS implementation library itself but attention needs to be paid by clients to ensure they're not storing secrets (especially the [exporter secret](#group-events)) for longer than absolutely necessary.
8686
- This NIP maintains MLS forward secrecy and post-compromise security guarantees. You can read more about those in the MLS Architectural Overview section on [Forward Secrecy and Post-compromise Security](https://www.ietf.org/archive/id/draft-ietf-mls-architecture-15.html#name-forward-and-post-compromise).
8787

8888
### Leakage of various keys

0 commit comments

Comments
 (0)