From f8c3e00a80ccd450a772b208554b490ed4033808 Mon Sep 17 00:00:00 2001 From: AJvanLoon Date: Tue, 3 Jul 2018 17:26:19 +0200 Subject: [PATCH] A word --- website/src/docs/dragdrop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`