From ca155f4ad1bf67ab848cc6fee8093c95ae38ab88 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 8 May 2024 13:20:48 +0100 Subject: [PATCH] slight tweak to the language for consistency's sake. --- content/server-server-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/server-server-api.md b/content/server-server-api.md index bcb320ed..e92d871c 100644 --- a/content/server-server-api.md +++ b/content/server-server-api.md @@ -366,7 +366,7 @@ For compatibility with older servers, the sender should - only include one space after `X-Matrix`, - only use lower-case names, - avoid using backslashes in parameter values, and -- not include whitespace around the commas between name=value pairs. +- avoid including whitespace around the commas between name=value pairs. For compatibility with older servers, the recipient should allow colons to be included in values without requiring the value to be enclosed in quotes.