From 3dc3150f6d8c1bf77bd41af2b7540c1632d18998 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Thu, 28 Jul 2022 15:30:46 +0100 Subject: [PATCH] fix typo --- content/client-server-api/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index f391aeb1..a814144c 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -32,7 +32,7 @@ Similarly, all endpoints require the server to return a JSON object, with the exception of 200 responses to [`GET /_matrix/media/v3/download/{serverName}/{mediaId}`](#get_matrixmediav3downloadservernamemediaid) and [`GET /_matrix/media/v3/thumbnail/{serverName}/{mediaId}`](#get_matrixmediav3thumbnailservernamemediaid). -Servers msut include a `Content-Type` header of `application/json` for all JSON responses. +Servers must include a `Content-Type` header of `application/json` for all JSON responses. All JSON data, in requests or responses, must be encoded using UTF-8.