Browse Source

@uppy/transloadit: fix error message (#4572)

Antoine du Hamel 1 year ago
parent
commit
d09145f97e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@uppy/transloadit/src/index.js

+ 1 - 1
packages/@uppy/transloadit/src/index.js

@@ -379,7 +379,7 @@ export default class Transloadit extends BasePlugin {
     const state = this.getPluginState()
     const file = this.#findFile(uploadedFile)
     if (!file) {
-      this.uppy.log('[Transloadit] Couldn’t file the file, it was likely removed in the process')
+      this.uppy.log('[Transloadit] Couldn’t find the file, it was likely removed in the process')
       return
     }
     this.setPluginState({