From 175e3c157d54ada248d5b0a7242612e1e0e182f9 Mon Sep 17 00:00:00 2001 From: ilovecommits <83459976+ilovecommits@users.noreply.github.com> Date: Tue, 1 Jun 2021 10:10:42 +0000 Subject: [PATCH] Correct 'once-off' to 'one-off' --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 4f7c3051..b6cca494 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 'once-off' activity in a room such as an +These describe transient 'one-off' activity in a room such as an instant messages, VoIP call setups, file transfers, etc. They generally describe communication activity.