Ver Fonte

Update transloadit.md (#2859)

吕立青 há 4 anos atrás
pai
commit
ed268a55f5
1 ficheiros alterados com 1 adições e 1 exclusões
  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`