Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
elementbound committed Mar 5, 2023
1 parent 0240bb1 commit c8c3f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ The individual message types are discussed below.

#### Data

Data messages are either marked by the "data" type.
Data messages are marked by the "data" type.

This message type transmits a chunk of data as part of a correspondence. For
this message type, the `body` field is RECOMMENDED to be present with a value.
For the field's value, implementations MUST support any valid JSON data type.

For nice use cases, the `body` MAY be omitted or set to `undefined`.
For niche use cases, the `body` MAY be omitted or set to `undefined`.

#### Finish

Expand Down

0 comments on commit c8c3f4f

Please sign in to comment.