From 5c7bb2fcd55fbc888593c1b6a2cf8156694b1ffc Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 14 Feb 2023 17:08:47 +0000 Subject: [PATCH] Remove some erroneous underscores from the Client-Server spec text (#1432) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- changelogs/client_server/newsfragments/1432.clarification | 1 + content/client-server-api/_index.md | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 changelogs/client_server/newsfragments/1432.clarification diff --git a/changelogs/client_server/newsfragments/1432.clarification b/changelogs/client_server/newsfragments/1432.clarification new file mode 100644 index 00000000..ca5f3aea --- /dev/null +++ b/changelogs/client_server/newsfragments/1432.clarification @@ -0,0 +1 @@ +Fix various typos throughout the specification. \ No newline at end of file diff --git a/content/client-server-api/_index.md b/content/client-server-api/_index.md index 9385f3a1..4787d222 100644 --- a/content/client-server-api/_index.md +++ b/content/client-server-api/_index.md @@ -739,7 +739,7 @@ submit: ``` Alternatively reply using a 3PID bound to the user's account on the -homeserver using the `/account/3pid`\_ API rather than giving the `user` +homeserver using the [`/account/3pid`](#get_matrixclientv3account3pid) API rather than giving the `user` explicitly as follows: ```json @@ -1047,7 +1047,7 @@ ID. A client can identify a user using a 3PID associated with the user's account on the homeserver, where the 3PID was previously associated -using the `/account/3pid`\_ API. See the [3PID +using the [`/account/3pid`](#get_matrixclientv3account3pid) API. See the [3PID Types](/appendices#3pid-types) Appendix for a list of Third-party ID media. @@ -1067,7 +1067,7 @@ ID media. A client can identify a user using a phone number associated with the user's account, where the phone number was previously associated using -the `/account/3pid`\_ API. The phone number can be passed in as entered +the [`/account/3pid`](#get_matrixclientv3account3pid) API. The phone number can be passed in as entered by the user; the homeserver will be responsible for canonicalising it. If the client wishes to canonicalise the phone number, then it can use the `m.id.thirdparty` identifier type with a `medium` of `msisdn` @@ -1108,7 +1108,7 @@ request as follows: ``` Alternatively, a client can use a 3PID bound to the user's account on -the homeserver using the `/account/3pid`\_ API rather than giving the +the homeserver using the [`/account/3pid`](#get_matrixclientv3account3pid) API rather than giving the `user` explicitly, as follows: ```json