From daf90fcfa0136956f6347863a42ac83ab11c0983 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:14:08 -0800 Subject: [PATCH] Apply suggestion from @igor-sirotin Co-authored-by: Igor Sirotin --- standards/application/chat-framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/application/chat-framework.md b/standards/application/chat-framework.md index 408f8e9..0f33ac7 100644 --- a/standards/application/chat-framework.md +++ b/standards/application/chat-framework.md @@ -54,7 +54,7 @@ A Delivery Service (DS) is the service or method that distributes payloads to cl In this protocol framework, payloads from multiple protocols are potentially multiplexed over the same channel. This requires that clients are able to associate a given payload to a given instance of a protocol. -A framing strategy should define a common payload type as well as a method to determine which state machine a receiving client must used to decode it. +A framing strategy should define a common payload type as well as a method to determine which state machine a receiving client must use to decode it. ## Protocol Components