吕立青 преди 4 години
родител
ревизия
ed268a55f5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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`