Skip to content

Commit 28cb8ab

Browse files
timea-solidTallTed
andauthored
Update src/widgets/dragAndDrop.js
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 8819458 commit 28cb8ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/widgets/dragAndDrop.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* represents one thing which has a URI, should be made draggable using makeDraggable.
66
* Any list of things should typically allow you to drag new members of the list
77
* onto it.
8-
* The file upload function uploadFiles is provided as often as someone drags a file from the computer
9-
* desktop, you may want to upload it into the pod.
8+
* The file upload function, uploadFiles, is provided as often as someone drags a file from the computer
9+
* desktop. You may want to upload it into the pod.
1010
*/
1111
import * as debug from '../debug'
1212
import * as mime from 'mime-types'

0 commit comments

Comments
 (0)