Sfoglia il codice sorgente

Update transloadit.md (#2859)

吕立青 4 anni fa
parent
commit
ed268a55f5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      website/src/docs/transloadit.md

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

@@ -171,7 +171,7 @@ uppy.use(Transloadit, {
 })
 ```
 
-In order for this to work, the upload plugin must assign a publically accessible `uploadURL` property to the uploaded file object. The Tus and S3 plugins both do this automatically. For the XHRUpload plugin, you may have to specify a custom `getUploadResponse` function.
+In order for this to work, the upload plugin must assign a publically accessible `uploadURL` property to the uploaded file object. The Tus and S3 plugins both do this automatically. For the XHRUpload plugin, you may have to specify a custom `getResponseData` function.
 
 ### `alwaysRunAssembly`