From 0ba17ec116606b48261cc7cd85696afa407bcde7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=8C=82=E8=83=A4=20=28Sun=2C=20Maoyin=29?= Date: Mon, 18 Nov 2024 13:58:43 +0100 Subject: [PATCH] fix: correct typo in ETL type comment in .env.example (#10822) --- docker/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env.example b/docker/.env.example index 9b4a506098..f4cec53244 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -562,7 +562,7 @@ UPLOAD_FILE_SIZE_LIMIT=15 # The maximum number of files that can be uploaded at a time, default 5. UPLOAD_FILE_BATCH_LIMIT=5 -# ETl type, support: `dify`, `Unstructured` +# ETL type, support: `dify`, `Unstructured` # `dify` Dify's proprietary file extraction scheme # `Unstructured` Unstructured.io file extraction scheme ETL_TYPE=dify