Skip to content

Commit 2c69efa

Browse files
authored
spelling fixes
1 parent cb5f1b6 commit 2c69efa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

informational/chatdefs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ The term "message" often has multiple meanings depending on context. The followi
5252

5353
**Content**: The data that is intended for end-users or applications - this includes text, images and other user valued data. These messages originate from the application, and are ultimately delivered to other applications.
5454

55-
**Frame**: The data generated by a chat protocol. Frames are messages used by protocols to provide functionality - they are how clients exchange information with eachother and coordinate state.
55+
**Frame**: The data generated by a chat protocol. Frames are messages used by protocols to provide functionality - they are how clients exchange information with each other and coordinate state.
5656

57-
**Payload**: The encoded data or datastructures used by lower layer protocols. This includes the encoded bytes passed to a delivery service or subsequent layers. Payloads are usually associated with the delivery process, which is not defined by chat protocols.
57+
**Payload**: The encoded data or data structures used by lower layer protocols. This includes the encoded bytes passed to a delivery service or subsequent layers. Payloads are usually associated with the delivery process, which is not defined by chat protocols.
5858

5959

60-
Other specfic message types include:
60+
Other specific message types include:
6161

6262
**Content Type**: The structured format of content. These data structures represent specific encodings of Text, Image, Audio data.
6363

0 commit comments

Comments
 (0)