From 1ff2499f41df4d17117e54573d7d27e1b076d070 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 30 Jun 2022 23:12:45 +0100 Subject: [PATCH] typo fixes to prose --- content/client-server-api/modules/account_data.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client-server-api/modules/account_data.md b/content/client-server-api/modules/account_data.md index 500e2bbb..ef16eb57 100644 --- a/content/client-server-api/modules/account_data.md +++ b/content/client-server-api/modules/account_data.md @@ -7,9 +7,9 @@ type: module Clients can store custom config data for their account on their homeserver. This account data will be synced between different devices and can persist across installations on a particular device. Users may -only view the account data for their own account +only view the account data for their own account. -The account\_data may be either global or scoped to a particular rooms. +The account data may be either global or scoped to a particular room. #### Events