diff --git a/website/src/docs/dragdrop.md b/website/src/docs/dragdrop.md index bc95ba8d6..9e0de51f8 100644 --- a/website/src/docs/dragdrop.md +++ b/website/src/docs/dragdrop.md @@ -46,7 +46,7 @@ uppy.use(DragDrop, { ### `id: 'DragDrop'` -A unique identifier for this DragDrop. Defaults to `'DragDrop'`. Use this if you need to add multiple DragDrop instances. +A unique identifier for this DragDrop. It defaults to `'DragDrop'`. Use this if you need to add multiple DragDrop instances. ### `target: null`