Skip to content

Commit 210456b

Browse files
committed
spelling
1 parent 9338ae3 commit 210456b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/widgets/dragAndDrop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function makeDropTarget (ele, droppedURIHandler, droppedFileHandler) {
9494
const trimmedText = text ? text.trim() : ''
9595
if (uris === null && trimmedText && trimmedText.slice(0, 4) === 'http') {
9696
uris = [trimmedText]
97-
debug.log('Waring: Poor man\'s drop: using text for URI') // chrome disables text/uri-list??
97+
debug.log('Warning: Poor man\'s drop: using text for URI') // chrome disables text/uri-list??
9898
}
9999
} else {
100100
// ... however, if we're IE, we don't have the .types property, so we'll just get the Text value

0 commit comments

Comments
 (0)