From 2fc3982568d6ae6593c30dfdda74696e4e0fb8bb Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Thu, 7 Oct 2021 14:40:47 +0100 Subject: [PATCH] Remove extra 'an' from spec index (#3433) Signed-off-by: Andy Balaam --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 7d978fd4..73bcd3af 100644 --- a/content/_index.md +++ b/content/_index.md @@ -328,7 +328,7 @@ Federation maintains *shared data structures* per-room between multiple homeservers. The data is split into `message events` and `state events`. Message events: -These describe transient 'one-off' activity in a room such as an +These describe transient 'one-off' activity in a room such as instant messages, VoIP call setups, file transfers, etc. They generally describe communication activity.