diff --git a/website/src/docs/uppy.md b/website/src/docs/uppy.md index 5c8dfeda7..4e984e2d0 100644 --- a/website/src/docs/uppy.md +++ b/website/src/docs/uppy.md @@ -666,7 +666,7 @@ Fired when Uppy fails to upload/encode the entire upload. That error is then set Fired each time a single upload has errored. -`response` object (depending on the uploader plugin used, it might contain less info, the example is for `@uppy/xhr-upload`): +`response` object is an optional parameter and may be undefined depending on the uploader plugin used, it might contain less info, the example is for `@uppy/xhr-upload`: ```js {