Skip to content

Commit 6e5500c

Browse files
Fix typo
1 parent f52686c commit 6e5500c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/dropify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function Dropify(element, options) {
3131
'default': 'Drag and drop a file here or click',
3232
'replace': 'Drag and drop or click to replace',
3333
'remove': 'Remove',
34-
'error': 'Ooops, something wrong appended.'
34+
'error': 'Ooops, something wrong happended.'
3535
},
3636
error: {
3737
'fileSize': 'The file size is too big ({{ value }} max).',

0 commit comments

Comments
 (0)