From 1dd97400ca42a11e7291387eb37bd6ac31254e7a Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Fri, 26 Sep 2025 08:19:52 -0700 Subject: [PATCH] fix spell of contentTypes --- informational/chatdefs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/informational/chatdefs.md b/informational/chatdefs.md index 7daeda5..79aecbf 100644 --- a/informational/chatdefs.md +++ b/informational/chatdefs.md @@ -53,7 +53,7 @@ Terms are organized into the following categories for clarity and ease of refere **Content**: The data that is intended for end-users or applications. Chat protocols transmit and route content between clients. -**ContentType**: The structured format of content. These data structures represent specific encodings of Text, Image, Audio data. +**Content Type**: The structured format of content. These data structures represent specific encodings of Text, Image, Audio data. **Delivery Acknowledgement**: A notification from a receiving client to sender that their message was successfully received. While similar to a read-receipt delivery acknowledgements differ in that the acknowledgement originates based on the client, where read-receipts are fired when they are displayed to a user.