From 49e4e61e805ddc5ef1905e214d7e2b3de1d2d487 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 1 Sep 2020 22:34:31 +0100 Subject: [PATCH] fix typos Co-authored-by: Matthew Hodgson --- proposals/2758-textual-id-grammar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/2758-textual-id-grammar.md b/proposals/2758-textual-id-grammar.md index 7f31e5541..8fa702a1a 100644 --- a/proposals/2758-textual-id-grammar.md +++ b/proposals/2758-textual-id-grammar.md @@ -23,7 +23,7 @@ past include: * [`m.room.message` `msgtypes`](https://matrix.org/docs/spec/client_server/r0.6.0#m-room-message-msgtypes) * `app_id` for [`POST /_matrix/client/r0/pushers/set`](https://matrix.org/docs/spec/client_server/r0.6.0#post-matrix-client-r0-pushers-set). * `rule_ids`, `actions` and `tweaks` for [push rules](https://matrix.org/docs/spec/client_server/r0.6.0#push-rules). - * [E2E messaging algoritm names](https://matrix.org/docs/spec/client_server/r0.6.0#messaging-algorithm-names). + * [E2E messaging algorithm names](https://matrix.org/docs/spec/client_server/r0.6.0#messaging-algorithm-names). ## Proposal @@ -51,4 +51,4 @@ for user-visible strings. * Avoiding non-ascii characters sidesteps any issues with homoglyphs or altenative encodings of the same characters. - * Avoiding upper-case character sidesteps any concerns over case-sensistivity. + * Avoiding upper-case character sidesteps any concerns over case-sensitivity.