From b3f40fb553ca4a6e285ccd28be0c52c6b2463be3 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 1 Sep 2020 18:23:46 +0100 Subject: [PATCH] fix a couple of typos --- 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 35c43f658..7f31e5541 100644 --- a/proposals/2758-textual-id-grammar.md +++ b/proposals/2758-textual-id-grammar.md @@ -22,7 +22,7 @@ past include: * event types * [`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_id`s, `actions` and `tweak`s for [push rules](https://matrix.org/docs/spec/client_server/r0.6.0#push-rules). + * `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). ## Proposal @@ -44,7 +44,7 @@ The grammar is defined as follows: the Java Package Naming conventions of using a reversed domain name, for example `com.example.identifier`. -This grammar is indented for use entirely by internal identifiers, and *not* +This grammar is intended for use entirely by internal identifiers, and *not* for user-visible strings. ### Rationale