From 6a797684db7302b80911d0ca0e5dccadd3ca61ea Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Thu, 3 Oct 2024 16:30:25 -0700 Subject: [PATCH] Correct typo in option documentation Signed-off-by: Andrew Kvalheim --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index af24d94819e..a6eb83bd297 100644 --- a/docs/config.md +++ b/docs/config.md @@ -154,7 +154,7 @@ complete re-branding/private labeling, a more personalised experience can be ach 2. `description`: Required. The description to use for the notice. 3. `show_once`: Optional. If true then the notice will only be shown once per device. 18. `help_url`: The URL to point users to for help with the app, defaults to `https://element.io/help`. -19. `help_encrption_url`: The URL to point users to for help with encryption, defaults to `https://element.io/help#encryption`. +19. `help_encryption_url`: The URL to point users to for help with encryption, defaults to `https://element.io/help#encryption`. 20. `force_verification`: If true, users must verify new logins (eg. with another device / their security key) ### `desktop_builds` and `mobile_builds`