From 34adb319e049f16efdc63e7f02476b488fd0a0af Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Sun, 16 Nov 2025 10:58:13 -0800 Subject: [PATCH] spelling fixes --- standards/application/inbox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/standards/application/inbox.md b/standards/application/inbox.md index ee9c674..0c5e5b5 100644 --- a/standards/application/inbox.md +++ b/standards/application/inbox.md @@ -14,7 +14,7 @@ contributors: Communication protocols often face a fundamental bootstrapping problem: how can two parties establish secure, authenticated communication when they lack trusted channels? Traditional centralized approaches rely on servers to deliver invitations using pre-agreed upon encryption mechanisms. -In a decentralized context, this problem is more pronounced as participants cannot rely on an external service to help navigate version mismatches and client routing. Senders must know where participants are listening for messages and how to encode messages. Clients running older versions of the protocol are not able to interoperate with newer protocol versions which can fragment the network during upgrades. +In a decentralized context, this problem is more pronounced as participants cannot rely on an external service to help navigate version mismatches and client routing. Senders must know where participants are listening for messages and how to encode them so they can be properly received. Clients running older versions of the protocol are not able to interoperate with newer protocol versions which can fragment the network during upgrades. # Theory / Semantics @@ -33,7 +33,7 @@ The terms include: ## Inbox Inboxes are a mechanism for a client to receive messages from others which it does not share a channel with. -They are inbound only method to exchange payloads with a client. Its most direct application is to enable the reception of invites to other communication channels. +They are an inbound only method to exchange payloads with a client. Its most direct application is to enable the reception of invites to other communication channels. They provide : - Payload Confidentiality: Only the participants can read the contents of any message sent.