소스 검색

fix: correct typo in ETL type comment in .env.example (#10822)

孙茂胤 (Sun, Maoyin) 11 달 전
부모
커밋
0ba17ec116
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docker/.env.example

+ 1 - 1
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