Skip to content

Commit 2f99d7f

Browse files
authored
Merge pull request JeremyFagis#37 from klebervirgilio/patch-1
Fix typo
2 parents f5aafc2 + 6e5500c commit 2f99d7f

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)