From 21febf3c97982e580061435c4fdab57680690417 Mon Sep 17 00:00:00 2001 From: takahiro_kanno Date: Thu, 25 Jan 2024 03:52:21 +0900 Subject: [PATCH] Correct typograph `member` in the disable-apps-bar (#6882) Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> --- source/configure/experimental-configuration-settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/configure/experimental-configuration-settings.rst b/source/configure/experimental-configuration-settings.rst index 654467543ff..71e2296744e 100644 --- a/source/configure/experimental-configuration-settings.rst +++ b/source/configure/experimental-configuration-settings.rst @@ -634,7 +634,7 @@ This setting disables re-fetching of channel and channel members on browser focu **True**: Mattermost won't refetch channels and channel members when the browser regains focus. This may result in improved performance for users with many channels and channel members. -**False**: (Default) Mattermost will refetch channels and channel emmbers when the browser regains focus. +**False**: (Default) Mattermost will refetch channels and channel members when the browser regains focus. +--------------------------------------------------------------------------------------------------------------------------------------------------+ | This feature's ``config.json`` setting is ``"ExperimentalSettings.DisableRefetchingOnBrowserFocus": false`` with options ``true`` and ``false``. |