From b1a8e7ca8aa397e66fcb3adfa1d362382baaaddf Mon Sep 17 00:00:00 2001 From: henri2h Date: Wed, 16 Feb 2022 16:42:23 +0100 Subject: [PATCH] fix: typo --- proposals/3639-matrix-for-the-social-media-use-case.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proposals/3639-matrix-for-the-social-media-use-case.md b/proposals/3639-matrix-for-the-social-media-use-case.md index dab3cd00d..5acccb888 100644 --- a/proposals/3639-matrix-for-the-social-media-use-case.md +++ b/proposals/3639-matrix-for-the-social-media-use-case.md @@ -432,7 +432,7 @@ The following mapping will be used for identifiers in this MSC during developmen | Proposed final identifier | Purpose | Development identifier | | ------------------------- | ---------------------------------------------------------- | ----------------------------------- | | `m.social.profile` | Profile room | `org.matrix.msc3639.social.profile` | -| `m.social.group` | group room | `org.matrix.msc3639.social.group` | -| `m.social.post` | post event | `org.matrix.msc3639.social.post` | -| `m.social.image` | image event | `org.matrix.msc3639.social.image` | -| `m.social.tags` | tags property of `m.social.post` or `m.social.image` event | `org.matrix.msc3639.social.tag` | +| `m.social.group` | Group room | `org.matrix.msc3639.social.group` | +| `m.social.post` | Post event | `org.matrix.msc3639.social.post` | +| `m.social.image` | Image event | `org.matrix.msc3639.social.image` | +| `m.social.tags` | Tags property of `m.social.post` or `m.social.image` event | `org.matrix.msc3639.social.tag` |