Forráskód Böngészése

docs: allowedFileTypes is a property of restrictions

Renée Kooi 5 éve
szülő
commit
82e2100ad8
1 módosított fájl, 1 hozzáadás és 1 törlés
  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()