Quellcode durchsuchen

docs: allowedFileTypes is a property of restrictions

Renée Kooi vor 5 Jahren
Ursprung
Commit
82e2100ad8
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      website/src/docs/uppy.md

+ 1 - 1
website/src/docs/uppy.md

@@ -554,7 +554,7 @@ uppy.setFileMeta('myfileID', { resize: 1500 })
 
 ### `uppy.setOptions(opts)`
 
-Change Uppy options on the fly. For example, to conditionally change `allowedFileTypes` or `locale`:
+Change Uppy options on the fly. For example, to conditionally change `restrictions.allowedFileTypes` or `locale`:
 
 ```js
 const uppy = Uppy()