From d22886ede878815f107aa64c0bae72157f2cfc3a Mon Sep 17 00:00:00 2001 From: Oscar Balladares Date: Fri, 27 Sep 2019 09:50:02 -0600 Subject: [PATCH] [1852] typo fix --- website/src/docs/uppy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/uppy.md b/website/src/docs/uppy.md index 2777db0dca..4c3c96d8a4 100644 --- a/website/src/docs/uppy.md +++ b/website/src/docs/uppy.md @@ -351,7 +351,7 @@ If `uppy.opts.autoProceed === true`, Uppy will begin uploading automatically whe > Sometimes you might need to add a remote file to Uppy. This can be achieved by [fetching the file, then creating a Blob object, or using the Url plugin with Companion](https://github.com/transloadit/uppy/issues/1006#issuecomment-413495493). > -> Sometimes you might need to mark some files as “already uploaded”, so that the user sees them, but they won’t actually be upoaded by Uppy. This can be achieved by [looping through files and setting `uploadComplete: true, uploadStarted: false` on them](https://github.com/transloadit/uppy/issues/1112#issuecomment-432339569) +> Sometimes you might need to mark some files as “already uploaded”, so that the user sees them, but they won’t actually be uploaded by Uppy. This can be achieved by [looping through files and setting `uploadComplete: true, uploadStarted: false` on them](https://github.com/transloadit/uppy/issues/1112#issuecomment-432339569) ### `uppy.removeFile(fileID)`