瀏覽代碼

fix(docs): Typo in libraries exclusion pattern (#4972)

Co-authored-by: Antony Mota <amota.confluenceconseil@boiron.fr>
Ploonet 1 年之前
父節點
當前提交
98f1e85c87
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/docs/features/libraries.md

+ 1 - 1
docs/docs/features/libraries.md

@@ -75,7 +75,7 @@ Some basic examples:
 - `*.tif` will exclude all files with the extension `.tif`
 - `hidden.jpg` will exclude all files named `hidden.jpg`
 - `**/Raw/**` will exclude all files in any directory named `Raw`
-- `*.(tif,jpg)` will exclude all files with the extension `.tif` or `.jpg`
+- `*.{tif,jpg}` will exclude all files with the extension `.tif` or `.jpg`
 
 ### Nightly job