From f8ce497bd64c9ddda79cf3036665756c50a89eea Mon Sep 17 00:00:00 2001 From: krombel Date: Mon, 31 Jul 2017 12:04:24 +0200 Subject: [PATCH] Fix inconsistency: `join_rules` => `join_rule` All other docs do not have `join_rules` but `join_rule` This PR fix this inconsistency. Mentioned by @digital:sorunome.de in [#matrix-dev:matrix.org](https://matrix.to/#/!XqBunHwQIXUiqCaoxq:matrix.org/$150142347531959wjGGm:sorunome.de) --- event-schemas/examples/m.room.member#invite_room_state | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event-schemas/examples/m.room.member#invite_room_state b/event-schemas/examples/m.room.member#invite_room_state index 130be974..1a93b395 100644 --- a/event-schemas/examples/m.room.member#invite_room_state +++ b/event-schemas/examples/m.room.member#invite_room_state @@ -17,7 +17,7 @@ "type": "m.room.join_rules", "state_key": "", "content": { - "join_rules": "invite" + "join_rule": "invite" } } ],