From 4c3084ebd5e462587a8532055bfab8fdcf86ca49 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 8 Jan 2024 07:43:47 -0800 Subject: [PATCH] Fix typo in JusText (#6862) * Fix typo in JusText * Update source/configure/file-storage-configuration-settings.rst --------- Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> --- source/configure/file-storage-configuration-settings.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/configure/file-storage-configuration-settings.rst b/source/configure/file-storage-configuration-settings.rst index 3cadfc15684..302c0036f5a 100644 --- a/source/configure/file-storage-configuration-settings.rst +++ b/source/configure/file-storage-configuration-settings.rst @@ -125,7 +125,7 @@ Enable document search by content | - **wv**: Used to search the contents of DOC documents. | | - **popplerutils**: Used to significantly improve server performance when extracting the contents of PDF documents. | | - **unrtf**: Used to search the contents of RTF documents. | -| - **Justtext**: Used to search HTML documents. | +| - **JusText**: Used to search HTML documents. | | | | If you choose not to install these dependencies, you’ll see log entries for documents that couldn’t be extracted. | | Any documents that can’t be extracted are skipped and logged so that content extraction can proceed. | @@ -418,4 +418,4 @@ Amazon S3 request timeout | Amazon S3 storage time out. | - ``config.json`` setting: ``".FileSettings.AmazonS3RequestTimeoutMilliseconds: 30000`` | | | - Environment variable: ``MM_FILESETTINGS_AMAZONS3REQUESTTIMEOUTMILLISECONDS`` | | Default is 30000 (30 seconds). | | -+---------------------------------------------------------------+-----------------------------------------------------------------------------------------+ \ No newline at end of file ++---------------------------------------------------------------+-----------------------------------------------------------------------------------------+