From 8235742ed95e9367c8df6b6fb02b395b7aac1ba6 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:13:09 -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 f67ad69..90a6aa8 100644 --- a/standards/application/chat-framework.md +++ b/standards/application/chat-framework.md @@ -20,7 +20,7 @@ With the vast amount of information required to maintain compatibility between a # Theory / Semantics -This specification defines a abstract framework for building a chat protocol. Its purpose is to name the components, and define modular boundaries between components to promote reuse. The end result is that a chat protocol implementation can be described by listing its approach to 5 problem areas. +This specification defines an abstract framework for building a chat protocol. Its purpose is to name the components, and define modular boundaries between components to promote reuse. The end result is that a chat protocol implementation can be described by listing its approach to 5 problem areas. The chat protocol is be decomposed into 3 distinct phases.