Explorar o código

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

Antoine du Hamel hai 1 ano
pai
achega
d09145f97e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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({