Skip to content

Commit

Permalink
Fix typo in docs/drop-target.md (#3032)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnste committed Jul 20, 2021
1 parent 359f122 commit 31c4101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/docs/drop-target.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Can be used together with Uppy Dashboard or Drag & Drop plugins, or your custom
```js
const DropTarget = require('@uppy/drop-target')

uppy.use(DragDrop, {
uppy.use(DropTarget, {
target: document.body,
})
```
Expand Down

0 comments on commit 31c4101

Please sign in to comment.