Skip to content

Commit

Permalink
Add a note about response parameter (#1921)
Browse files Browse the repository at this point in the history
* remove response parameter from upload error

* upload-error repsonse parameter
  • Loading branch information
Alexis Hope authored and goto-bus-stop committed Oct 30, 2019
1 parent b51c321 commit 07b250d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/uppy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 07b250d

Please sign in to comment.