From ed0555cb7a4f9c01a2ab6f09515a70e1c77472a5 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Fri, 5 May 2023 07:33:40 -0400 Subject: [PATCH] Fix typo. Co-authored-by: Hubert Chathi --- proposals/4011-thumbnail-media-negotiation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/4011-thumbnail-media-negotiation.md b/proposals/4011-thumbnail-media-negotiation.md index 7e3c5746..47dc36a1 100644 --- a/proposals/4011-thumbnail-media-negotiation.md +++ b/proposals/4011-thumbnail-media-negotiation.md @@ -14,7 +14,7 @@ header in its [content negotiation](https://developer.mozilla.org/en-US/docs/Web algorithm to determine what thumbnail format to serve to the client. Homeservers *must* support providing responses for `image/png` and `image/jpeg` -for the `/thumbnail` endpoint, but does not need to actually provide every thumbnail +for the `/thumbnail` endpoint, but do not need to actually provide every thumbnail in both formats. (These formats are known as the "fallback formats" below.) Clients which support thumbnails are expected to support both of these formats.