From 2c69efa7e5d07001e3625e84e25a65685cf2908c Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:12:23 -0800 Subject: [PATCH] spelling fixes --- informational/chatdefs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/informational/chatdefs.md b/informational/chatdefs.md index 5377a23..888333b 100644 --- a/informational/chatdefs.md +++ b/informational/chatdefs.md @@ -52,12 +52,12 @@ The term "message" often has multiple meanings depending on context. The followi **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. -**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. +**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. -**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. +**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. -Other specfic message types include: +Other specific message types include: **Content Type**: The structured format of content. These data structures represent specific encodings of Text, Image, Audio data.