diff --git a/changelogs/client_server/newsfragments/3708.clarification b/changelogs/client_server/newsfragments/3708.clarification new file mode 100644 index 00000000..3ccb2333 --- /dev/null +++ b/changelogs/client_server/newsfragments/3708.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. diff --git a/content/client-server-api/modules/end_to_end_encryption.md b/content/client-server-api/modules/end_to_end_encryption.md index 24ca3b96..fb94f03f 100644 --- a/content/client-server-api/modules/end_to_end_encryption.md +++ b/content/client-server-api/modules/end_to_end_encryption.md @@ -1171,7 +1171,7 @@ originally sent the key request to; a device that receives a `request` message with the same `request_id` and `requesting_device_id`. If a device does not wish to share keys with that device, it can -indicate this by sending an [m.room\_key.withheld](#mroom_key.withheld) to-device message, +indicate this by sending an [m.room\_key.withheld](#mroom_keywithheld) to-device message, as described in [Reporting that decryption keys are withheld](#reporting-that-decryption-keys-are-withheld).