From cd12bb853c416cf655fa4fdb95abadfc168ef534 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 26 Jan 2026 10:49:42 +0100 Subject: [PATCH] Fix typo Signed-off-by: Johannes Marbach --- proposals/4300-request-response.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/4300-request-response.md b/proposals/4300-request-response.md index ff1083d4d..1028231df 100644 --- a/proposals/4300-request-response.md +++ b/proposals/4300-request-response.md @@ -20,7 +20,7 @@ clients when sending events. It has the following properties in `content`: - `from_device` (required, string): The sending device's device ID. Allows recipients to optionally submit their responses privately via to-device messages in the future. - `to_device`(optional, string): The receiving device's device ID. Should be set when the sender - wants to a adress a specific receiving device only. + wants to a address a specific receiving device only. - `lifetime` (integer): The duration in milliseconds during which the sender will consider responses to this request. Prevents meaningless delayed responses when new or previously disconnected devices encounter requests on older events.