From 29b6ce30de089889dbe61485a889da9e5df8c992 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Fri, 1 Jul 2022 00:02:25 +0100 Subject: [PATCH] linebreak prose --- content/client-server-api/modules/account_data.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/client-server-api/modules/account_data.md b/content/client-server-api/modules/account_data.md index 82445be3..2bb466f0 100644 --- a/content/client-server-api/modules/account_data.md +++ b/content/client-server-api/modules/account_data.md @@ -10,7 +10,9 @@ and can persist across installations on a particular device. Users may only view the account data for their own account. The account data may be either global or scoped to a particular room. -There is no inheritance mechanism here: a given `type` of data missing from a room's account data does not fall back to the global account data with the same `type`. +There is no inheritance mechanism here: a given `type` of data missing +from a room's account data does not fall back to the global account +data with the same `type`. #### Events