From fb2186baedd9f3fc5a5d4e428ac40614cbd6ac5c Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Sat, 25 Mar 2023 23:18:15 -0600 Subject: [PATCH] Remove duplicate words Co-authored-by: Vladimir Panteleev --- proposals/2499-client-well-known-fixes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/2499-client-well-known-fixes.md b/proposals/2499-client-well-known-fixes.md index c4ac1a2e2..775bad464 100644 --- a/proposals/2499-client-well-known-fixes.md +++ b/proposals/2499-client-well-known-fixes.md @@ -24,5 +24,5 @@ This is consistent with the Server-Server API. 1. Mark the `/_matrix/identity/v2` status check API as deprecated. `/_matrix/identity/versions` is the suggested replacement. -1. The maximum size of size of the well-known file is 51200 bytes. A client or server +1. The maximum size of the well-known file is 51200 bytes. A client or server requesting a well-known file MUST abort and FAIL_PROMPT if the response exceeds 51200 bytes.